scanResponse

Response containing information about a triggered scan.

Examples

type ScanResponse {
  scanID: String
  isFullScan: Boolean
  isContainerFullScan: Boolean
  isSingleRepoScan: Boolean
  isDastFullScan: Boolean
  isDastSingleTarget: Boolean
  scannerTag: String
}

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

isDastFullScan Boolean

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

isDastSingleTarget Boolean

Indicates if this is a single DAST target scan

scannerTag String

Scanner image tag

References

Mutations using this object:

Last updated