Values.VulnerabilityIdAggregationSourceIncludes counts of image and pipeline resource findings by vulnerability.
type nonrec t = {vulnerabilityId : NonEmptyString.t option;The vulnerability Id for this set of counts.
*)severityCounts : SeverityCounts.t option;Counts by severity level for medium severity and higher level findings, plus a total for all of the findings for the specified vulnerability.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of NonEmptyString.t
| `Structure of (string * [> `Long of SeverityCountNumber.t ]) list ])
list ]