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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
commitCommit SHA to analyse. Defaults to the PR head commit.no""
no-llmDisable LLM enrichment and run deterministic rules only.notrue
fail-on-findingsWhen 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.notrue
inline-commentsPost findings as inline GitHub PR review comments. Requires pull-requests: write in the calling workflow.nofalse
sensitivityConfidence-based noise filter: strict (Block+High/Medium only), balanced (default), or permissive (all Block+Warn).nobalanced
asciiUse ASCII-only output (recommended for CI logs).notrue
dotnet-versionThe .NET version to use.no8.0.x
gauntletci-versionThe GauntletCI NuGet tool version to install.no2.8.1
namedescription
findings-countNumber of findings produced.