Skip to content

Commit cdf43f6

Browse files
Merge pull request #2 from kiberdruzhinnik/dependabot/github_actions/actions/attest-build-provenance-2
Bump actions/attest-build-provenance from 1 to 2
2 parents 95fd72d + 622452f commit cdf43f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
# 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)."
5454
- name: Generate artifact attestation
55-
uses: actions/attest-build-provenance@v1
55+
uses: actions/attest-build-provenance@v2
5656
with:
5757
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
5858
subject-digest: ${{ steps.push.outputs.digest }}

0 commit comments

Comments
 (0)