Check constructor

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

Implementation

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