cjbohlman/Snake Containment Security Scanner
Scan your repository for secrets, IP addresses, and other security issues
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to scan (default: current directory) | no | . |
| scanners | Comma-separated list of scanners to run (secrets,ip_address) | no | secrets,ip_address,comment |
| format | Output format (text, json, sarif) | no | sarif |
| fail-on-findings | Fail the action if findings are discovered | no | true |
| severity-threshold | Minimum severity to report (low, medium, high, critical) | no | medium |
Outputs
| name | description |
|---|---|
| findings-count | Number of findings discovered |
| sarif-file | Path to SARIF results file |