Documentation ¶
Overview ¶
Package cosign contains all cosign specific functions. It should not be called directly but only through the signature package
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VerifyCommand ¶
type VerifyCommand struct { options.RegistryOptions options.CertVerifyOptions CheckClaims bool KeyRef string CertRef string CertGithubWorkflowTrigger string CertGithubWorkflowSha string CertGithubWorkflowName string CertGithubWorkflowRepository string CertGithubWorkflowRef string CertChain string CertOidcProvider string IgnoreSCT bool SCTRef string Sk bool Slot string Output string RekorURL string Attachment string Annotations sigs.AnnotationsMap SignatureRef string PayloadRef string HashAlgorithm crypto.Hash LocalImage bool NameOptions []name.Option Offline bool TSACertChainPath string IgnoreTlog bool }
VerifyCommand verifies a signature on a supplied container image.
Click to show internal directories.
Click to hide internal directories.