pipelineScanResult
Examples
enum PipelineScanResult {
none
monitor
block
}Enum values
Enum value
Description
References
Fields with this object:
Last updated
Pipeline scan result indicating the outcome of a security scan in the CI/CD pipeline.
enum PipelineScanResult {
none
monitor
block
}none
No scan result available or scan not performed
monitor
Issues were found but did not block the pipeline
block
Critical issues were found that blocked the pipeline
Last updated
