DockerEngineAPI.Model.AttestationStatement (ex_docker_api v1.55.0)

View Source

AttestationStatement is a single in-toto statement attached to an image.

Summary

Types

t()

@type t() :: %DockerEngineAPI.Model.AttestationStatement{
  Descriptor: DockerEngineAPI.Model.OciDescriptor.t(),
  PredicateType: String.t(),
  Statement: map() | nil
}

Functions

decode(value)