GoogleApi.BinaryAuthorization.V1.Model.SlsaCheck (google_api_binary_authorization v0.18.0)
View SourceA SLSA provenance attestation check, which ensures that images are built by a trusted builder using source code from its trusted repositories only.
Attributes
-
rules
(type:list(GoogleApi.BinaryAuthorization.V1.Model.VerificationRule.t)
, default:nil
) - Specifies a list of verification rules for the SLSA attestations. An image is considered compliant with the SlsaCheck if any of the rules are satisfied.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BinaryAuthorization.V1.Model.SlsaCheck{ rules: [GoogleApi.BinaryAuthorization.V1.Model.VerificationRule.t()] | nil }