A summary of how many vulnerability occurrences there are per resource and severity type.
JSON representation |
---|
{
"counts": [
{
object ( |
Fields | |
---|---|
counts[] |
A listing by resource of the number of fixable and total vulnerabilities. |
FixableTotalByDigest
Per resource and severity counts of fixable and total vulnerabilities.
JSON representation |
---|
{ "resource": { object ( |
Fields | |
---|---|
resource |
The affected resource. |
severity |
The severity for this count. SEVERITY_UNSPECIFIED indicates total across all severities. |
fixableCount |
The number of fixable vulnerabilities associated with this resource. |
totalCount |
The total number of vulnerabilities associated with this resource. |