ericcogen/GauntletCI - Validate Code Changes Before Review
Deterministic pre-commit risk detection for pull requests. Analyzes your git diff and posts findings as annotations.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| commit | Commit SHA to analyse. Defaults to the PR head commit. | no | "" |
| no-llm | Disable LLM enrichment and run deterministic rules only. | no | true |
| fail-on-findings | When true (default), pass through GauntletCI's exit code. Block-severity findings fail by default (exitOn: Block); set exitOn to Warn in .gauntletci.json to also fail on warnings. | no | true |
| inline-comments | Post findings as inline GitHub PR review comments. Requires pull-requests: write in the calling workflow. | no | false |
| sensitivity | Confidence-based noise filter: strict (Block+High/Medium only), balanced (default), or permissive (all Block+Warn). | no | balanced |
| ascii | Use ASCII-only output (recommended for CI logs). | no | true |
| dotnet-version | The .NET version to use. | no | 8.0.x |
| gauntletci-version | The GauntletCI NuGet tool version to install. | no | 2.8.1 |
Outputs
| name | description |
|---|---|
| findings-count | Number of findings produced. |