...
1## cosign download signature
2
3Download signatures from the supplied container image
4
5```
6cosign download signature [flags]
7```
8
9### Examples
10
11```
12 cosign download signature <image uri>
13```
14
15### Options
16
17```
18 --allow-http-registry whether to allow using HTTP protocol while connecting to registries. Don't use this for anything but testing
19 --allow-insecure-registry whether to allow insecure connections to registries (e.g., with expired or self-signed TLS certificates). Don't use this for anything but testing
20 --attachment-tag-prefix [AttachmentTagPrefix]sha256-[TargetImageDigest].[AttachmentName] optional custom prefix to use for attached image tags. Attachment images are tagged as: [AttachmentTagPrefix]sha256-[TargetImageDigest].[AttachmentName]
21 -h, --help help for signature
22 --k8s-keychain whether to use the kubernetes keychain instead of the default keychain (supports workload identity).
23 --registry-password string registry basic auth password
24 --registry-token string registry bearer auth token
25 --registry-username string registry basic auth username
26```
27
28### Options inherited from parent commands
29
30```
31 --output-file string log output to a file
32 -t, --timeout duration timeout for commands (default 3m0s)
33 -d, --verbose log debug output
34```
35
36### SEE ALSO
37
38* [cosign download](cosign_download.md) - Provides utilities for downloading artifacts and attached artifacts in a registry
39
View as plain text