GoogleApi.BinaryAuthorization.V1.Model.SlsaCheck (google_api_binary_authorization v0.18.0)

View Source

A 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

t()

@type t() :: %GoogleApi.BinaryAuthorization.V1.Model.SlsaCheck{
  rules: [GoogleApi.BinaryAuthorization.V1.Model.VerificationRule.t()] | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.