carsonsgit/Scour
Run Scour repository checks
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| since | Compare changes since this Git ref | no | — |
| staged | Scan staged changes | no | false |
| all | Scan all files | no | false |
| format | Output format (text, json, or github) | no | github |
| fail-on | Failure threshold (error, warning, or info) | no | error |
| config | Path to a Scour config file | no | — |
| version | Scour version to install | no | latest |
| exit-zero | Suppress issue-based failures | no | false |
| triage | Append triage output to the step summary | no | false |
Outputs
| name | description |
|---|---|
| total | Total findings |
| errors | Error findings |
| warnings | Warning findings |
| info | Informational findings |
| blockers | Blocker triage findings |
| fix-now | Fix-now triage findings |
| review | Review triage findings |
| cleanup | Cleanup triage findings |
| json | Full Scour JSON report |