File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -133,12 +133,12 @@ jobs:
133133 DIGEST : ${{ steps.build.outputs.digest }}
134134 TAGS : ${{ steps.meta.outputs.tags }}
135135 run : |
136- for tag in ${TAGS[@]}; do
137- cosign verify "${tag}@${DIGEST}" \
138- --rekor-url "https://rekor.sigstore.dev/" \
139- --certificate-identity "https://github.com/${{ github.repository }}/.github/workflows/artifacts.yaml@${{ github.ref }}" \
140- --certificate-oidc-issuer "https://token.actions.githubusercontent.com" | jq
141- done
136+ for tag in ${TAGS[@]}; do
137+ cosign verify "${tag}@${DIGEST}" \
138+ --rekor-url "https://rekor.sigstore.dev/" \
139+ --certificate-identity "https://github.com/${{ github.repository }}/.github/workflows/artifacts.yaml@${{ github.ref }}" \
140+ --certificate-oidc-issuer "https://token.actions.githubusercontent.com" | jq
141+ done
142142
143143 - name : Set image ref
144144 id : image-ref
You can’t perform that action at this time.
0 commit comments