PR #31 added `-ll --severity-level=high` but these flags conflict: - `-ll` is a shorthand for `--level low` (only show low+ issues) - `--severity-level=high` suppresses everything but high-severity issues The combination causes bandit to exit 2 because `--severity-level` is not allowed alongside `-l/--level`. Use `--severity-level=high` alone. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| ci.yml | ||
| publish.yml | ||