actions-marketplace-validations/conflic-scan
Detect semantic contradictions across config files — CI gate for configuration drift
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Conflic version to install (e.g., '1.0.1'). Use 'latest' for the most recent release. | no | latest |
| path | Directory to scan | no | . |
| severity | Minimum severity to report: error, warning, info | no | error |
| fail-on | Severity threshold that causes the action to fail: error, warning, info, none | no | error |
| diff | Git ref for diff-scoped scan. Use 'auto' to detect PR base automatically. | no | "" |
| sarif-upload | Upload SARIF results to GitHub Code Scanning | no | true |
| baseline | Path to baseline file to suppress known findings | no | "" |
| config | Path to .conflic.toml configuration file | no | "" |
| args | Additional CLI arguments to pass to conflic | no | "" |
Outputs
| name | description |
|---|---|
| exit-code | Raw conflic exit code (0=clean, 1=errors, 2=warnings) |
| error-count | Number of error-level findings |
| warning-count | Number of warning-level findings |
| sarif-file | Path to generated SARIF file (if sarif-upload is enabled) |