Skip to content

Scans

The /scans page is the organization-wide record of every scan that has run — across all projects, branches, and trigger sources.

Each row is one scan run:

  • Scan ID — opens Scan Detail.
  • Project and branch the scan ran against.
  • Triggerci (CLI / pipeline), manual, or an SCM webhook (push / pull request).
  • Scan types — which engines ran.
  • Findings — the count produced.
  • Duration and created time.
  • Status — see the lifecycle below.
FilterEffect
SearchMatch by scan ID.
Statusqueued / running / completed / failed / cancelled.
Scan typeSAST, SCA, Secrets, IaC, Malware, or Container.
ProjectLimit to one project.
Triggerci versus manual.

Above the table, a chart plots scan volume over the recent window, honoring the active filters — a quick read on how busy your scanning has been.

StatusMeaning
queuedAccepted, waiting for a worker.
runningEngines are executing.
completedFinished; findings are available.
failedAn engine or the run errored — results may be partial or absent.
cancelledStopped before completion.

Export CSV downloads the scans currently matching your filters. See Exports for the column schema.