--deep | Tier 2: external tools (Semgrep, Bandit, ModelScan) | off |
--llm | L5: LLM deep analysis (requires BYOK key) | off |
--cloud | Tier 3: cloud SBOM + PII + vendor assessment | off |
--ci | CI mode: exit code 0/1 based on threshold | off |
--json | Output as JSON | off |
--sarif | Output as SARIF v2.1.0 | off |
--threshold <N> | Score threshold for CI pass | 50 |
--fail-on <SEV> | Fail on severity: critical, high, medium, low | — |
--diff <BRANCH> | Compare against base branch | — |
--fail-on-regression | Exit 1 on score regression or new critical findings | off |
--comment | Post diff as PR comment (requires gh CLI) | off |
-q, --quiet | Show only critical findings and score | off |
--agent <NAME> | Filter scan by agent name | all |
--no-tui | Force headless output | auto |