File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,11 +120,11 @@ jobs:
120
120
if : ${{ github.event_name != 'pull_request' && github.repository == 'weaveworks/weave-gitops' }}
121
121
run : |
122
122
echo ${{ steps.build.outputs.digest }}
123
- cosign sign --yes --rekor-url "https://rekor.sigstore.dev/" ${{ steps.digest .outputs.digest }}
123
+ cosign sign --yes ${{ steps.build .outputs.digest }}
124
124
- name : Verify the image signing
125
125
if : ${{ github.event_name != 'pull_request' && github.repository == 'weaveworks/weave-gitops' }}
126
126
run : |
127
- cosign verify --rekor-url "https://rekor.sigstore.dev/" ${{ steps.digest .outputs.digest }}
127
+ cosign verify ${{ steps.build .outputs.digest }}
128
128
--certificate-identity "https://github.com/${{ github.workflow_ref }}"
129
129
--certificate-oidc-issuer "https://token.actions.githubusercontent.com" | jq .
130
130
You can’t perform that action at this time.
0 commit comments