Values.ImageScanningConfigurationSourceContains settings for Image Builder image resource and container image scans.
type nonrec t = {imageScanningEnabled : NullableBoolean.t option;A setting that indicates whether Image Builder keeps a snapshot of the vulnerability scans that Amazon Inspector runs against the build instance when you create a new image.
*)ecrConfiguration : EcrConfiguration.t option;Contains Amazon ECR settings for vulnerability scans.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of NullableBoolean.t
| `Structure of
(string
* [> `List of [> `String of NonEmptyString.t ] list
| `String of NonEmptyString.t ])
list ])
list ]