Values.ImageScanFindingsSummarySourceA summary of the last completed image scan.
type nonrec t = {imageScanCompletedAt : ScanTimestamp.t option;The time of the last completed image scan.
*)vulnerabilitySourceUpdatedAt : VulnerabilitySourceUpdateTimestamp.t option;The time when the vulnerability data was last scanned.
*)findingSeverityCounts : FindingSeverityCounts.t option;The image vulnerability counts, sorted by severity.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `Enum of string ] * [> `Integer of SeverityCount.t ]) list
| `Timestamp of ScanTimestamp.t ])
list ]