Skip to content

Commit

Permalink
Use --recursive flag in sign example (#1143)
Browse files Browse the repository at this point in the history
Signed-off-by: jbpratt <jbpratt78@gmail.com>
  • Loading branch information
jbpratt committed Dec 6, 2021
1 parent 6d8cec1 commit 7de7387
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/cosign/cli/sign.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func Sign() *cobra.Command {
cosign sign --key cosign.key <IMAGE>
# sign a multi-arch container image AND all referenced, discrete images
cosign sign --key cosign.key --r <MULTI-ARCH IMAGE>
cosign sign --key cosign.key --recursive <MULTI-ARCH IMAGE>
# sign a container image and add annotations
cosign sign --key cosign.key -a key1=value1 -a key2=value2 <IMAGE>
Expand Down
2 changes: 1 addition & 1 deletion doc/cosign_sign.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7de7387

Please sign in to comment.