...
1## cosign attach
2
3Provides utilities for attaching artifacts to other artifacts in a registry
4
5### Options
6
7```
8 -h, --help help for attach
9```
10
11### Options inherited from parent commands
12
13```
14 --output-file string log output to a file
15 -t, --timeout duration timeout for commands (default 3m0s)
16 -d, --verbose log debug output
17```
18
19### SEE ALSO
20
21* [cosign](cosign.md) - A tool for Container Signing, Verification and Storage in an OCI registry.
22* [cosign attach attestation](cosign_attach_attestation.md) - Attach attestation to the supplied container image
23* [cosign attach sbom](cosign_attach_sbom.md) - DEPRECATED: Attach sbom to the supplied container image
24* [cosign attach signature](cosign_attach_signature.md) - Attach signatures to the supplied container image
25
View as plain text