findingCounts property

Map<Severity, int> findingCounts
final

Provides a total count of generated findings per severity.

Implementation

final Map<Severity, int> findingCounts;