chrysa/Guideline Checker

Check project compliance against .github/instructions/ rules. Generates SARIF (GitHub Code Scanning), Markdown, and HTML reports.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
central-api-keyAPI key sent to the central server as X-Api-Key. Leave empty to skip the push. no""
central-serverBase URL of a central guideline server to push the JSON report to. Empty disables the push. no""
excludeComma-separated globs (relative to root) to skip. A bare directory name excludes everything beneath it. Example: tests, scripts/**, **/*.md no""
fail-onSeverity threshold that causes the action to fail. Accepted values: error | warning | never. noerror
instructionsPath to the instructions directory. Defaults to <root>/.github/instructions. no""
python-versionPython version used to install and run guideline-checker.no3.14
rootProject root directory (defaults to repository root).no${{ github.workspace }}
sarif-outputPath to write the SARIF 2.1.0 report.noguideline-results.sarif
upload-sarifUpload SARIF to GitHub Code Scanning (requires security-events write permission).notrue
namedescription
sarif-pathAbsolute path to the generated SARIF report.
violationsTotal number of violations found.