For the complete documentation index, see llms.txt. This page is also available as Markdown.

Reference D: CI status values

CI status indicates the policy evaluation result. It corresponds to the Cortex CLI exit code returned to the pipeline. CI status applies to CI scans and pull request scans. Branch periodic scans have no scan status.

CI status
Wire value
Meaning
Exit code
Build consequence

Passed

PASSED

The scan completed. No finding matched a blocking policy.

0

The build continues.

Blocked

FAILED

A finding matched an enabled policy with Block CI/CD.

1

The build fails when the pipeline treats non-zero exit codes as failures.

In Progress

IN_PROGRESS

The scan is executing.

Not yet returned

The pipeline step is still running.

N/A

N/A

The conditions are not confirmed.

Not confirmed

Not confirmed

A finding inside a policy grace period does not fail the build. This is expected during the grace window.

Last updated

Was this helpful?