Skip to content

Commit 313cd76

Browse files
jvanzviccuad
andauthored
Apply suggestions from code review
Co-authored-by: Víctor Cuadrado Juan <2196685+viccuad@users.noreply.github.com> Signed-off-by: José Guilherme Vanz <jvanz@jvanz.com>
1 parent d374c95 commit 313cd76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/container-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
7474
cosign verify \
7575
--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 }}" \
76+
--certificate-identity="https://github.com/${{github.repository_owner}}/policy-server/.github/workflows/container-image.yml@${{ github.ref }}" \
7777
ghcr.io/${{github.repository_owner}}/policy-server@${{ steps.build-image.outputs.digest }}
7878
7979
- id: setoutput

0 commit comments

Comments
 (0)