cosign help attach signature
Attach signatures to the supplied container image
Options
Name | Description |
---|---|
--output-file <output-file> | Log output to a file |
--timeout, -t <timeout> | Timeout for commands |
--verbose, -d | Log debug output |
--allow-insecure-registry | Whether to allow insecure connections to registries. Don't use this for anything but testing |
--attachment-tag-prefix <attachment-tag-prefix> | Optional custom prefix to use for attached image tags. Attachment images are tagged as: `[AttachmentTagPrefix]sha256-[TargetImageDigest].[AttachmentName]` |
--k8s-keychain | Whether to use the kubernetes keychain instead of the default keychain (supports workload identity) |
--payload <payload> | Path to the payload covered by the signature (if using another format) |
--signature <signature> | The signature, path to the signature, or {-} for stdin |
--help, -h | Help for signature |