We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e055194 commit e14b69dCopy full SHA for e14b69d
cmd/cosign/cli/verify_blob.go
@@ -74,7 +74,7 @@ EXAMPLES
74
cosign verify-blob -key cosign.pub -signature $sig msg
75
76
# verify a signature with public key provided by URL
77
- cosign verify-dockerfile -key https://host.for/<FILE> -signature $sig msg
+ cosign verify-blob -key https://host.for/<FILE> -signature $sig msg
78
79
# Verify a signature against a payload from another process using process redirection
80
cosign verify-blob -key cosign.pub -signature $sig <(git rev-parse HEAD)
0 commit comments