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

Fail On Severity

Every STO scan step has a Fail on Severity setting. If the scan finds any vulnerability with the specified severity level or higher, the pipeline fails automatically. You can specify one of the following:

  • CRITICAL

  • HIGH

  • MEDIUM

  • LOW

  • INFO

  • NONE — Do not fail on severity

The YAML definition looks like this: fail_on_severity : critical # | high | medium | low | info | none

Last updated

Was this helpful?