Skip to content

Commit 48ad0ce

Browse files
authored
doc: fix cosign verify arguments in README
Updated version number for artifact signing command.
1 parent db4b048 commit 48ad0ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ With the introduction of cosign for signing artifacts you can verify the
2525
integrity of our artifacts using the following command:
2626

2727
```
28-
VERSION=8.2.2
28+
VERSION=8.3.0
2929
cosign verify --certificate-oidc-issuer https://token.actions.githubusercontent.com \
3030
--certificate-github-workflow-repository oauth2-proxy/manifests \
3131
--certificate-github-workflow-name "Release Charts" \
32-
--certificate-github-workflow-ref main \
33-
--certificate-identity "https://github.com/oauth2-proxy/manifests/.github/workflows/release.yaml@main" \
34-
"oci://ghcr.io/oauth2-proxy/manifests/charts/oauth2-proxy@${VERSION}" | jq
32+
--certificate-github-workflow-ref refs/heads/main \
33+
--certificate-identity "https://github.com/oauth2-proxy/manifests/.github/workflows/release.yaml@refs/heads/main" \
34+
"ghcr.io/oauth2-proxy/charts/oauth2-proxy:${VERSION}" | jq
3535
```
3636

3737
Note:

0 commit comments

Comments
 (0)