Values.ImageScanFindingSourceContains information about an image scan finding.
type nonrec t = {name : FindingName.t option;The name associated with the finding, usually a CVE number.
*)description : FindingDescription.t option;The description of the finding.
*)uri : Url.t option;A link containing additional details about the security vulnerability.
*)severity : FindingSeverity.t option;The finding severity.
*)attributes : AttributeList.t option;A collection of attributes of the host from which the finding is generated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of AttributeKey.t ]) list ]
list
| `String of FindingName.t ])
list ]