From a079dcbe7fef2cbd677870964519c8374e5948ab Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Sun, 26 May 2024 16:26:24 +0200 Subject: No more attestation --- .github/workflows/docker.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 67e26f8..0b58e73 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -49,12 +49,5 @@ jobs: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - # This step generates an artifact attestation for the image, which is an unforgeable statement about where and how it was built. It increases supply chain security for people who consume the image. For more information, see "[AUTOTITLE](/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds)." - - name: Generate artifact attestation - uses: actions/attest-build-provenance@v1 - with: - subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}} - subject-digest: ${{ steps.push.outputs.digest }} - push-to-registry: true -- cgit