Interactive UI: scan-center
Browse scan results interactively in your terminal.
- Connection - Select your organization/connection
- Repository - Pick a repository
- Scan - Select a scan (latest or historical)
- Result type - Choose a finding category:
- Security Issues (SAST), Anti-Patterns, Docstring Issues, Complex Functions
- SCA, SBOM, Secrets, IaC, Dead Code
- Dismissed Alerts, Dismissed Secrets
Agent / Script Interface: scans
The scans subcommands expose the same data as structured output, designed for use in CI pipelines, AI agents, and scripts.
scans orgs
List authenticated organizations.scans repos
List repositories for an organization.
Examples:
scans history
Show scan history for a repository.
Examples:
scans get
Show scan metadata and a severity/category summary. Does not include individual findings.
Scan types:
sast, anti_patterns, docstring, complex_functions, sca, sbom, secrets, iac, dead_code, all
Examples:
scans results
Fetch full scan findings for a repository.
Examples:
scans dismissed
List dismissed alerts for a repository.
Examples:
scans start-scan
Trigger a new analysis run for a repository.repo, branch, and commit are auto-detected from the local git context.
Examples: