Skip to main content

occurrences_vulnerability_summary

Creates, updates, deletes, gets or lists a occurrences_vulnerability_summary resource.

Overview

Nameoccurrences_vulnerability_summary
TypeResource
Idgoogle.containeranalysis.occurrences_vulnerability_summary

Fields

NameDatatypeDescription
countsarrayA listing by resource of the number of fixable and total vulnerabilities.

Methods

NameAccessible byRequired ParamsDescription
projects_locations_occurrences_get_vulnerability_summarySELECTlocationsId, projectsIdGets a summary of the number and severity of occurrences.
projects_occurrences_get_vulnerability_summarySELECTprojectsIdGets a summary of the number and severity of occurrences.

SELECT examples

Gets a summary of the number and severity of occurrences.

SELECT
counts
FROM google.containeranalysis.occurrences_vulnerability_summary
WHERE projectsId = '{{ projectsId }}';