Check
class Check extends Model (View source)
Properties
bool | $alwaysDeny | ||
string | $displayName | ||
protected | $imageAllowlistType | ||
protected | $imageAllowlistDataType | ||
protected | $imageFreshnessCheckType | ||
protected | $imageFreshnessCheckDataType | ||
protected | $sigstoreSignatureCheckType | ||
protected | $sigstoreSignatureCheckDataType | ||
protected | $simpleSigningAttestationCheckType | ||
protected | $simpleSigningAttestationCheckDataType | ||
protected | $slsaCheckType | ||
protected | $slsaCheckDataType | ||
protected | $trustedDirectoryCheckType | ||
protected | $trustedDirectoryCheckDataType | ||
protected | $vulnerabilityCheckType | ||
protected | $vulnerabilityCheckDataType |
Methods
setAlwaysDeny($alwaysDeny)
No description
bool
getAlwaysDeny()
No description
setDisplayName($displayName)
No description
string
getDisplayName()
No description
getImageAllowlist()
No description
getImageFreshnessCheck()
No description
getSigstoreSignatureCheck()
No description
setSimpleSigningAttestationCheck(SimpleSigningAttestationCheck $simpleSigningAttestationCheck)
No description
getSimpleSigningAttestationCheck()
No description
getSlsaCheck()
No description
getTrustedDirectoryCheck()
No description
getVulnerabilityCheck()
No description
Details
setAlwaysDeny($alwaysDeny)
No description
bool
getAlwaysDeny()
No description
setDisplayName($displayName)
No description
string
getDisplayName()
No description
setImageAllowlist(ImageAllowlist $imageAllowlist)
No description
ImageAllowlist
getImageAllowlist()
No description
setImageFreshnessCheck(ImageFreshnessCheck $imageFreshnessCheck)
No description
ImageFreshnessCheck
getImageFreshnessCheck()
No description
setSigstoreSignatureCheck(SigstoreSignatureCheck $sigstoreSignatureCheck)
No description
SigstoreSignatureCheck
getSigstoreSignatureCheck()
No description
setSimpleSigningAttestationCheck(SimpleSigningAttestationCheck $simpleSigningAttestationCheck)
No description
SimpleSigningAttestationCheck
getSimpleSigningAttestationCheck()
No description
setSlsaCheck(SlsaCheck $slsaCheck)
No description
SlsaCheck
getSlsaCheck()
No description
setTrustedDirectoryCheck(TrustedDirectoryCheck $trustedDirectoryCheck)
No description
TrustedDirectoryCheck
getTrustedDirectoryCheck()
No description
setVulnerabilityCheck(VulnerabilityCheck $vulnerabilityCheck)
No description
VulnerabilityCheck
getVulnerabilityCheck()
No description