sraisl/PolyScan
Lightweight multi-language SAST scan (Semgrep, Bandit, ESLint, SpotBugs) with Quality Gate + SARIF
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| target | Path to scan (default: repo root) | no | . |
| engines | Comma-separated engines (semgrep,bandit,eslint,spotbugs) | no | semgrep,bandit,eslint |
| format | Report format (md, json, sarif) | no | sarif |
| max-critical | Max critical findings before the Quality Gate fails | no | 0 |
| max-high | Max high findings before the Quality Gate fails | no | 0 |
| max-medium | Max medium findings before the Quality Gate fails | no | 50 |
| gate | Apply the Quality Gate (exit 1 on failure) | no | true |
Outputs
no outputs