Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AtomicContainerPayload ¶
AtomicContainerPayload creates an attestation payload which can be signed by a attestlib.Signer to obtain a attestlib.Attestation.
This payload is in the Red Hat's Atomic Host format: https://github.com/aweiteka/image/blob/e5a20d98fe698732df2b142846d007b45873627f/docs/signature.md
Types ¶
type ValidatedAttestation ¶ added in v0.2.0
ValidatedAttestation represents a trusted and verified attestation made by the named attestation authority about the named container image. An example ValidatedAttestation may look like:
{ AttestorName: "build-attestor", Image: "gcr.io/img@sha256:abcd", }
Click to show internal directories.
Click to hide internal directories.