Skip to content

Commit cf720e4

Browse files
authored
Merge pull request #8 from TotallyNotRobots/dependabot/github_actions/actions/attest-build-provenance-2
Bump actions/attest-build-provenance from 1 to 2
2 parents 9be6bae + f7cd35a commit cf720e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292

9393
# 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)."
9494
- name: Generate artifact attestation
95-
uses: actions/attest-build-provenance@v1
95+
uses: actions/attest-build-provenance@v2
9696
with:
9797
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
9898
subject-digest: ${{ steps.push.outputs.digest }}

0 commit comments

Comments
 (0)