Skip to content

Commit 92504b7

Browse files
authored
ci(release): disable verify attestations for now (#2420)
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>
1 parent 018e04a commit 92504b7

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/release.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -279,17 +279,17 @@ jobs:
279279
--certificate-identity "https://github.com/${{ github.workflow_ref }}" \
280280
--certificate-oidc-issuer "https://token.actions.githubusercontent.com"
281281
282-
- name: Verify attestations
283-
run: |
284-
cosign verify-attestation "ghcr.io/${{ github.repository }}@${{ needs.publish.outputs.image_digest }}" \
285-
--type cyclonedx \
286-
--certificate-identity "https://github.com/${{ github.workflow_ref }}" \
287-
--certificate-oidc-issuer "https://token.actions.githubusercontent.com" > /dev/null
288-
289-
cosign verify-attestation "${{ env.DOCKER_HUB }}@${{ needs.publish.outputs.image_digest }}" \
290-
--type cyclonedx \
291-
--certificate-identity "https://github.com/${{ github.workflow_ref }}" \
292-
--certificate-oidc-issuer "https://token.actions.githubusercontent.com" > /dev/null
282+
# - name: Verify attestations
283+
# run: |
284+
# cosign verify-attestation "ghcr.io/${{ github.repository }}@${{ needs.publish.outputs.image_digest }}" \
285+
# --type cyclonedx \
286+
# --certificate-identity "https://github.com/${{ github.workflow_ref }}" \
287+
# --certificate-oidc-issuer "https://token.actions.githubusercontent.com" > /dev/null
288+
289+
# cosign verify-attestation "${{ env.DOCKER_HUB }}@${{ needs.publish.outputs.image_digest }}" \
290+
# --type cyclonedx \
291+
# --certificate-identity "https://github.com/${{ github.workflow_ref }}" \
292+
# --certificate-oidc-issuer "https://token.actions.githubusercontent.com" > /dev/null
293293

294294
publish-release:
295295
name: Publish release

0 commit comments

Comments
 (0)