occurrences_vulnerability_summary
Creates, updates, deletes, gets or lists a occurrences_vulnerability_summary
resource.
Overview
Name | occurrences_vulnerability_summary |
Type | Resource |
Id | google.containeranalysis.occurrences_vulnerability_summary |
Fields
Name | Datatype | Description |
---|---|---|
counts | array | A listing by resource of the number of fixable and total vulnerabilities. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
projects_locations_occurrences_get_vulnerability_summary | SELECT | locationsId, projectsId | Gets a summary of the number and severity of occurrences. |
projects_occurrences_get_vulnerability_summary | SELECT | projectsId | Gets 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 }}';