findingSeverityCounts property

Map<FindingSeverity, int>? findingSeverityCounts
final

The image vulnerability counts, sorted by severity.

Implementation

final Map<FindingSeverity, int>? findingSeverityCounts;