Values.ImageScanStateSourceShows the vulnerability scan status for a specific image, and the reason for that status.
type nonrec t = {status : ImageScanStatus.t option;The current state of vulnerability scans for the image.
*)reason : NonEmptyString.t option;The reason for the scan status for the image.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of NonEmptyString.t ]) list ]