Skip to content

Commit 67c2489

Browse files
committed
docs: verify doesn't require digest
Signed-off-by: Francesco Canovai <[email protected]>
1 parent b4c412f commit 67c2489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ To verify the authenticity of an image using its digest, you can run the
136136
following `cosign` command:
137137

138138
```sh
139-
cosign verify IMAGE@DIGEST \
139+
cosign verify IMAGE \
140140
--certificate-identity-regexp="^https://github.com/cloudnative-pg/postgres-containers/" \
141141
--certificate-oidc-issuer="https://token.actions.githubusercontent.com"
142142
```

0 commit comments

Comments
 (0)