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