zombat/S.C.R.U.B. Code Quality
Run S.C.R.U.B. code hygiene, security, and supply-chain checks as a CI gate.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| mode | CLI subcommand: check, fix, diff, or audit | no | check |
| since | Git ref for diff-aware mode (e.g. HEAD~1, main). Empty = all files. | no | "" |
| fail-on | Comma-separated violations for 'check' mode (missing-docstrings, missing-types, complexity:N, security:SEVERITY, vulns:SEVERITY). | no | missing-docstrings,missing-types |
| fail-on-severity | For 'audit' mode: exit 1 if any finding is at or above this severity. | no | "" |
| format | Output format: text, json, or sarif | no | sarif |
| output | Output file path for the report | no | scrub-results.sarif |
| python-version | Python version to use | no | 3.12 |
Outputs
no outputs