We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d374c95 commit 313cd76Copy full SHA for 313cd76
.github/workflows/container-image.yml
@@ -73,7 +73,7 @@ jobs:
73
74
cosign verify \
75
--certificate-oidc-issuer=https://token.actions.githubusercontent.com \
76
- --certificate-identity-regexp="https://github.com/${{github.repository_owner}}/policy-server/.github/workflows/container-image.yml@${{ github.ref }}" \
+ --certificate-identity="https://github.com/${{github.repository_owner}}/policy-server/.github/workflows/container-image.yml@${{ github.ref }}" \
77
ghcr.io/${{github.repository_owner}}/policy-server@${{ steps.build-image.outputs.digest }}
78
79
- id: setoutput
0 commit comments