Scan health
The scan health status indicates the execution health of the scan, whether all scanners completed successfully, encountered errors, or are still executing.
Scan health | Description |
|---|---|
Completed | All enabled scanners finished execution successfully. The scan results are complete and reflect the full security evaluation of the repository. |
Error | The scan failed to complete due to an error. One or more scanners encountered a fatal error that prevented scan completion. Periodic scans with an Error health status can be rescanned. |
Partially Completed | The scan completed but one or more scanners failed or were skipped. The scan results are incomplete — some scanner categories may be missing from the issue and finding breakdowns. Periodic scans with a Partially Completed health status can be rescanned. |
In Progress | The scan is currently executing. The scan results are not yet available. The scan health transitions to Completed, Error, or Partially Completed when the scan finishes. |
Scan status
The scan status applies to CI scans and PR scans only. The scan status indicates the policy evaluation result of the scan, whether the scan passed, failed, or detected issues without triggering a blocking policy.
Note
Periodic scans do not have a scan status. Periodic scans produce issues and findings but do not evaluate blocking policies. The scan health status is the only health indicator for periodic scans.
Scan status | Applies to | Description |
|---|---|---|
Passed | CI, PR | The scan completed and no policy violations were detected. For PR scans, the pull request is not blocked. |
Failed | CI, PR | The scan completed and policy violations were detected that trigger a blocking action. For PR scans, the pull request is blocked by the blocking policy. For CI scans, the CI pipeline reports a failure. |
Passed With Issues | CI, PR | The scan completed and issues were detected, but no blocking policy violations were triggered. The issues are reported but do not block the PR or CI pipeline. |
In Progress | CI, PR | The scan is currently executing. The scan status transitions to Passed, Failed, or Passed With Issues when the scan finishes. |
Error | CI, PR | The scan failed to complete due to an error. The scan status could not be determined. |