Class VulnerabilityOccurrencesSummary (2.9.3)

VulnerabilityOccurrencesSummary(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

A summary of how many vulnerability occurrences there are per resource and severity type.

Attribute

NameDescription
counts Sequence[google.cloud.devtools.containeranalysis_v1.types.VulnerabilityOccurrencesSummary.FixableTotalByDigest]
A listing by resource of the number of fixable and total vulnerabilities.

Classes

FixableTotalByDigest

FixableTotalByDigest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Per resource and severity counts of fixable and total vulnerabilities.