Check constructor

Check({
  1. bool? alwaysDeny,
  2. String? displayName,
  3. ImageAllowlist? imageAllowlist,
  4. ImageFreshnessCheck? imageFreshnessCheck,
  5. SigstoreSignatureCheck? sigstoreSignatureCheck,
  6. SimpleSigningAttestationCheck? simpleSigningAttestationCheck,
  7. SlsaCheck? slsaCheck,
  8. TrustedDirectoryCheck? trustedDirectoryCheck,
  9. VulnerabilityCheck? vulnerabilityCheck,
})

Implementation

Check({
  this.alwaysDeny,
  this.displayName,
  this.imageAllowlist,
  this.imageFreshnessCheck,
  this.sigstoreSignatureCheck,
  this.simpleSigningAttestationCheck,
  this.slsaCheck,
  this.trustedDirectoryCheck,
  this.vulnerabilityCheck,
});