ci(release): disable verify attestations for now (#2420)
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>
This commit is contained in:
20
.github/workflows/release.yml
vendored
20
.github/workflows/release.yml
vendored
@@ -279,17 +279,17 @@ jobs:
|
|||||||
--certificate-identity "https://github.com/${{ github.workflow_ref }}" \
|
--certificate-identity "https://github.com/${{ github.workflow_ref }}" \
|
||||||
--certificate-oidc-issuer "https://token.actions.githubusercontent.com"
|
--certificate-oidc-issuer "https://token.actions.githubusercontent.com"
|
||||||
|
|
||||||
- name: Verify attestations
|
# - name: Verify attestations
|
||||||
run: |
|
# run: |
|
||||||
cosign verify-attestation "ghcr.io/${{ github.repository }}@${{ needs.publish.outputs.image_digest }}" \
|
# cosign verify-attestation "ghcr.io/${{ github.repository }}@${{ needs.publish.outputs.image_digest }}" \
|
||||||
--type cyclonedx \
|
# --type cyclonedx \
|
||||||
--certificate-identity "https://github.com/${{ github.workflow_ref }}" \
|
# --certificate-identity "https://github.com/${{ github.workflow_ref }}" \
|
||||||
--certificate-oidc-issuer "https://token.actions.githubusercontent.com" > /dev/null
|
# --certificate-oidc-issuer "https://token.actions.githubusercontent.com" > /dev/null
|
||||||
|
|
||||||
cosign verify-attestation "${{ env.DOCKER_HUB }}@${{ needs.publish.outputs.image_digest }}" \
|
# cosign verify-attestation "${{ env.DOCKER_HUB }}@${{ needs.publish.outputs.image_digest }}" \
|
||||||
--type cyclonedx \
|
# --type cyclonedx \
|
||||||
--certificate-identity "https://github.com/${{ github.workflow_ref }}" \
|
# --certificate-identity "https://github.com/${{ github.workflow_ref }}" \
|
||||||
--certificate-oidc-issuer "https://token.actions.githubusercontent.com" > /dev/null
|
# --certificate-oidc-issuer "https://token.actions.githubusercontent.com" > /dev/null
|
||||||
|
|
||||||
publish-release:
|
publish-release:
|
||||||
name: Publish release
|
name: Publish release
|
||||||
|
|||||||
Reference in New Issue
Block a user