pipelineScanCompletionStatus

Status of pipeline scan completion indicating the outcome of the security analysis.

Examples

enum PipelineScanCompletionStatus {
  Success
  Timeout
  Failure
}

Enum values

Enum value
Description

Success

Scan completed successfully with all checks passing

Timeout

Scan exceeded the maximum allowed time and was terminated

Failure

Scan failed to complete due to errors

References

Fields with this object:

Last updated