Check constructor
Check({
- bool? alwaysDeny,
- String? displayName,
- ImageAllowlist? imageAllowlist,
- ImageFreshnessCheck? imageFreshnessCheck,
- SigstoreSignatureCheck? sigstoreSignatureCheck,
- SimpleSigningAttestationCheck? simpleSigningAttestationCheck,
- SlsaCheck? slsaCheck,
- TrustedDirectoryCheck? trustedDirectoryCheck,
- VulnerabilityCheck? vulnerabilityCheck,
Implementation
Check({
this.alwaysDeny,
this.displayName,
this.imageAllowlist,
this.imageFreshnessCheck,
this.sigstoreSignatureCheck,
this.simpleSigningAttestationCheck,
this.slsaCheck,
this.trustedDirectoryCheck,
this.vulnerabilityCheck,
});