scanResponse

Response containing information about a triggered scan.

Examples

type ScanResponse {
  scanID: String
  isFullScan: Boolean
  isContainerFullScan: Boolean
  isSingleRepoScan: Boolean
}

Fields

Field
Description
Supported fields

scanID String

Unique identifier for tracking the scan progress

isFullScan Boolean

Indicates if this is a full code scan rather than an incremental scan

isContainerFullScan Boolean

Indicates if this is a full container scan rather than an incremental scan

isSingleRepoScan Boolean

Indicates if this is a scan of a single repository

References

Mutations using this object:

Last updated