Skip to content

Commit 30062f6

Browse files
committed
chore: ci tidy
Signed-off-by: Bence Csati <[email protected]>
1 parent e4d81e5 commit 30062f6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/artifacts.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)