Skip to content

Commit

Permalink
Merge pull request #483 from zmap/dependabot/github_actions/actions/a…
Browse files Browse the repository at this point in the history
…ttest-build-provenance-2

build(deps): bump actions/attest-build-provenance from 1 to 2
  • Loading branch information
phillip-stephens authored Jan 23, 2025
2 parents 9684e37 + 7f137e1 commit aee5545
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
outputs: type=image,name=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }},push-by-digest=true,name-canonical=true,push=true

- 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.build.outputs.digest }}
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
echo "IMAGE_DIGEST=$IMAGE_DIGEST" >> $GITHUB_OUTPUT
- 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.inspect.outputs.IMAGE_DIGEST }}
Expand Down

0 comments on commit aee5545

Please sign in to comment.