Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImageVerifier ¶
type ImageVerifier interface { // VerifySignature verifies that the image has the expected signatures VerifySignature(ctx context.Context, opts Options) (*Response, error) // FetchAttestations retrieves signed attestations and decodes them into in-toto statements // https://github.com/in-toto/attestation/blob/main/spec/README.md#statement FetchAttestations(ctx context.Context, opts Options) (*Response, error) }
type Options ¶
type Options struct { ImageRef string Client Client FetchAttestations bool Key string Cert string CertChain string Roots string Subject string Issuer string AdditionalExtensions map[string]string Annotations map[string]string Repository string IgnoreTlog bool RekorURL string RekorPubKey string IgnoreSCT bool CTLogsPubKey string SignatureAlgorithm string PredicateType string Type string Identities string }
Click to show internal directories.
Click to hide internal directories.