ImageScanFindingsSummaryResponse

data class ImageScanFindingsSummaryResponse(val findingSeverityCounts: Map<String, Int>? = null, val imageScanCompletedAt: String? = null, val vulnerabilitySourceUpdatedAt: String? = null)

Definition of ImageScanFindingsSummary

Constructors

Link copied to clipboard
constructor(findingSeverityCounts: Map<String, Int>? = null, imageScanCompletedAt: String? = null, vulnerabilitySourceUpdatedAt: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The image vulnerability counts, sorted by severity.

Link copied to clipboard

The time of the last completed image scan.

Link copied to clipboard

The time when the vulnerability data was last scanned.