DockerEngineAPI.Model.AttestationStatement (ex_docker_api v1.55.0)
View SourceAttestationStatement is a single in-toto statement attached to an image.
Summary
Types
@type t() :: %DockerEngineAPI.Model.AttestationStatement{ Descriptor: DockerEngineAPI.Model.OciDescriptor.t(), PredicateType: String.t(), Statement: map() | nil }