Skip to content

Commit

Permalink
Merge pull request #38 from steffsas/renovate/actions-attest-build-pr…
Browse files Browse the repository at this point in the history
…ovenance-2.x

Update actions/attest-build-provenance action to v2
  • Loading branch information
steffsas authored Dec 5, 2024
2 parents 5cef8f0 + 763f1e1 commit d241fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

# 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
uses: actions/attest-build-provenance@v2
with:
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
subject-digest: ${{ steps.push.outputs.digest }}
Expand Down

0 comments on commit d241fc4

Please sign in to comment.