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:
133
133
DIGEST : ${{ steps.build.outputs.digest }}
134
134
TAGS : ${{ steps.meta.outputs.tags }}
135
135
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
142
142
143
143
- name : Set image ref
144
144
id : image-ref
You can’t perform that action at this time.
0 commit comments