getIncidentExposure
Examples
query GetIncidentExposure($incidentId: String!) {
getIncidentExposure(incidentId: $incidentId) {
activeIssues {
total
bySeverity {
severity
count
}
}
affectedImages {
total
sbomMatches
running
internetExposed
cloudDeployed
}
affectedRepos {
total
sbomMatches
pipelines
}
devEnvironments {
installs
developers
}
resolved {
total
bySeverity {
severity
count
}
}
sla {
targetAt
breached
}
}
}Variables
Arguments
Argument
Description
Supported fields
Fields
Field
Description
Supported fields
Last updated
