File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ With the introduction of cosign for signing artifacts you can verify the
2525integrity of our artifacts using the following command:
2626
2727```
28- VERSION=8.2.2
28+ VERSION=8.3.0
2929cosign 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
3737Note:
You can’t perform that action at this time.
0 commit comments