pipelineSummary

Comprehensive pipeline execution summary with security analysis results.

Examples

type PipelineSummary {
  apps: [SingleApp]
  sourceBranch: String
  targetBranch: String
  result: String
  jobId: String
  jobTriggeredBy: String
  jobTriggeredAt: String
  jobCompletedAt: String
  jobDuration: Int
  jobTriggeredReason: String
  jobUrl: String
  totalIssues: String
  totalBlockingIssues: String
  pullRequestId: String
  pullRequestUrl: String
  tags: [TagOutput]
  issues: IssuesBySeverity
  eventType: String
  cicdType: String
  scanCompletionStatus: PipelineScanCompletionStatus
  pipelineScanType: String
  artifactInfo: PipelineArtifactInfo
}

Fields

Field
Description
Supported fields

Applications involved in this pipeline execution

appId String appName String appType String

sourceBranch String

Source branch that triggered the pipeline

targetBranch String

Target branch for the pipeline (usually main or master)

result String

Overall result of the pipeline execution (passed, failed, blocked)

jobId String

Unique identifier for the pipeline job

jobTriggeredBy String

User or system that triggered the pipeline job

jobTriggeredAt String

Timestamp when the pipeline job was triggered

jobCompletedAt String

Timestamp when the pipeline job completed

jobDuration Int

Duration of the pipeline job execution in seconds

jobTriggeredReason String

Reason why the pipeline job was triggered

jobUrl String

URL to view the pipeline job details in the CI/CD platform

totalIssues String

Total number of security issues found in the pipeline scan

totalBlockingIssues String

Total number of blocking security issues that prevent deployment

pullRequestId String

Pull request identifier if the pipeline was triggered by a PR

pullRequestUrl String

URL to view the pull request details

Tags associated with this pipeline execution

tagId String tagType String name String displayName String createdBy String appliedBy String tagCategory String

Security issues found in the pipeline, categorized by severity

appox Int critical Int high Int medium Int low Int info Int

eventType String

Type of event that triggered the pipeline (push, pull_request, manual)

cicdType String

CI/CD platform type (GitHub Actions, Jenkins, GitLab CI, etc.)

scanCompletionStatus PipelineScanCompletionStatus

Status of the security scan completion

pipelineScanType String

Type of the security scan performed

Artifact info related to a container pipeline scan execution

name String! tag String! digest String!

References

Fields with this object:

Last updated