scanInProgressResponse

Status information about an ongoing scan.

Examples

type ScanInProgressResponse {
  scanID: String
  isInProgress: Boolean
  scanStage: ScanStage
  isFullScan: Boolean
  isContainerFullScan: Boolean
  isSingleRepoScan: Boolean
}

Fields

Field
Description
Supported fields

scanID String

Unique identifier of the scan

isInProgress Boolean

Indicates if a scan is currently running

scanStage ScanStage

Current stage of the scan process

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

Queries using this object:

Last updated