rules property
Specifies a list of verification rules for the SLSA attestations.
An image is considered compliant with the SlsaCheck if any of the rules are satisfied.
Implementation
core.List<VerificationRule>? rules;
Specifies a list of verification rules for the SLSA attestations.
An image is considered compliant with the SlsaCheck if any of the rules are satisfied.
core.List<VerificationRule>? rules;