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

Pipeline Issues

The Pipeline Issues page presents all the issues found during pipeline scans. You can configure pipeline workflows to react differently to new vs. old issues.

Pipeline issues include an additional status field that does not exist in the Active Issues page:

  • New: Issue did not appear in previous scans.

  • Old: Issue already exists in the Active Issues page.

Understanding Pipeline Issue Results

Pipeline issues can have one of the following results:

Result
Description

Discovered

The issue was detected during the pipeline scan. All newly detected pipeline issues start in this state.

Monitored

The issue matched a workflow that contains an Alert action. The issue is reported and tracked but does not block the pipeline.

Blocked

The issue matched a workflow that contains a Block action. The issue contributes to blocking the pipeline according to the configured workflow.

The results shown on this page contribute to the overall pipeline scan result displayed on the Pipeline Summary page.

  • If one or more issues are Blocked, the pipeline result is Blocked.

  • If no issues are blocked but one or more issues are Monitored, the pipeline result is Monitor.

  • If no issues are monitored or blocked, the pipeline result is Passed.

Last updated