Documentation ¶
Index ¶
- func PrintVerification(imgRef string, verified []oci.Signature, output string)
- func PrintVerificationHeader(imgRef string, co *cosign.CheckOpts, bundleVerified bool)
- func VerifyBlobCmd(ctx context.Context, ko sign.KeyOpts, certRef, sigRef, blobRef string) error
- type VerifyAttestationCommand
- type VerifyCommand
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PrintVerification ¶
PrintVerification logs details about the verification to stdout
func PrintVerificationHeader ¶
Types ¶
type VerifyAttestationCommand ¶
type VerifyAttestationCommand struct { options.RegistryOptions CheckClaims bool KeyRef string Sk bool Slot string Output string FulcioURL string RekorURL string PredicateType string Policies []string LocalImage bool }
VerifyAttestationCommand verifies a signature on a supplied container image nolint
type VerifyCommand ¶
type VerifyCommand struct { options.RegistryOptions CheckClaims bool KeyRef string CertRef string CertEmail string Sk bool Slot string Output string RekorURL string Attachment string Annotations sigs.AnnotationsMap SignatureRef string HashAlgorithm crypto.Hash LocalImage bool }
VerifyCommand verifies a signature on a supplied container image nolint
Click to show internal directories.
Click to hide internal directories.