pipeline
Last updated
Source type for application tool coverage information, indicating how security tools are integrated.
type Pipeline {
jobId: String
jobTriggeredAt: Float
scanResult: PipelineScanResult
issuesCount: Int
jobTriggeredBy: String
jobUrl: String
}jobId String
The unique identifier of the job associated with the pipeline scan
jobTriggeredAt Float
The timestamp when the pipeline job was triggered
issuesCount Int
The number of issues detected during the scan
jobTriggeredBy String
The user or system that triggered the pipeline job
jobUrl String
The URL link to the pipeline job details
Last updated
