Documentation
¶
Overview ¶
handles the verification orchestration process
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
ArtifactDigest string
Repository string
CertIdentity string
CertIssuer string
SourceRef string
BlobPaths []string
Quiet bool
CertIdentityValidation *certid.Options
// pre-resolved signer allowlist; if empty it is resolved once from
// CertIdentity + CertIdentityValidation before verifying.
AcceptedIdentities []string
}
contains all options for verification
Click to show internal directories.
Click to hide internal directories.