containerAnalysisAttestationProjects property

List<String>? containerAnalysisAttestationProjects
getter/setter pair

The projects where attestations are stored as Container Analysis Occurrences, in the format projects/[PROJECT_ID].

Only one attestation needs to successfully verify an image for this check to pass, so a single verified attestation found in any of container_analysis_attestation_projects is sufficient for the check to pass. When fetching Occurrences from Container Analysis, only AttestationOccurrence kinds are considered. In the future, additional Occurrence kinds may be added to the query. Maximum number of container_analysis_attestation_projects allowed in each SimpleSigningAttestationCheck is 10.

Optional.

Implementation

core.List<core.String>? containerAnalysisAttestationProjects;