blockedVsMonitorTrendRes
Last updated
Trend data showing blocked vs monitor pipeline results over time.
type BlockedVsMonitorTrendRes {
jobTriggeredAt: String
passed: Int
monitor: Int
block: Int
total: Int
}jobTriggeredAt String
Timestamp when the pipeline job was triggered
passed Int
Number of pipelines that passed security checks
monitor Int
Number of pipelines in monitor mode (issues found but not blocking)
block Int
Number of pipelines blocked due to security issues
total Int
Total number of pipeline executions
Last updated
