containerAnalysisVulnerabilityProjects property
The projects where vulnerabilities are stored as Container Analysis Occurrences.
Each project is expressed in the resource format of
projects/[PROJECT_ID]
, e.g., projects/my-gcp-project
. An attempt will
be made for each project to fetch vulnerabilities, and all valid
vulnerabilities will be used to check against the vulnerability policy. If
no valid scan is found in all projects configured here, an error will be
returned for the check. Maximum number of
container_analysis_vulnerability_projects
allowed in each
VulnerabilityCheck
is 10.
Optional.
Implementation
core.List<core.String>? containerAnalysisVulnerabilityProjects;