Scan types
Full Repo
A full repository scan against the latest commit on your primary branch. This is the standard scan type used for nightly runs.
Recent Changes
Scans only code introduced since a specific date or by specific authors. Faster than a full scan and useful for reviewing work in progress before merging.
Scan schedule
Recurring scans run automatically — no configuration required. Detail picks up the latest commit on your primary branch each week and runs a Recent Changes scan. Detail also runs a Full Repo scan every month. Results appear in the dashboard as soon as the scan completes.Triggering an on-demand scan
You can kick off a scan at any time without waiting for the recurring schedule. From the dashboard:- Go to Scans and find the repository you want to scan.
- Click Schedule New Scan and follow the flow to select a repo.
- The scan starts immediately. You’ll see it appear under the Scans tab with an
in-progressstatus.
Inspecting scan history
From the dashboard: Click on a repository, then open the Scans tab. You’ll see a list of past scan runs with their status, scan type, commit SHA, and bug counts. From the CLI: Usedetail scans list to view scan history for a repository.
Scan statuses
If a scan consistently shows a
failed status, contact [email protected] with the repository name.
