Skip to content

Commit

Permalink
Merge pull request #5 from jhrozek/att_act
Browse files Browse the repository at this point in the history
Use newer version of the generate attestation action - no more early access
  • Loading branch information
rdimitrov authored May 1, 2024
2 parents 269fb5c + 2499418 commit 617f870
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-binary-signed-ghat-malicious.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# ...
#
# - name: Sign artifact
# uses: github-early-access/generate-build-provenance@main
# uses: actions/attest-build-provenance@v1.0.0
# with:
# subject-path: '${{ github.workspace }}/demo-repo-go-binary'
#
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-binary-signed-ghat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# ...
#
# - name: Sign artifact
# uses: github-early-access/generate-build-provenance@main
# uses: actions/attest-build-provenance@v1.0.0
# with:
# subject-path: '${{ github.workspace }}/demo-repo-go-binary'
#
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-binary-unsigned.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# ...
#
# - name: Sign artifact
# uses: github-early-access/generate-build-provenance@main
# uses: actions/attest-build-provenance@v1.0.0
# with:
# subject-path: '${{ github.workspace }}/demo-repo-go-binary'
#
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-image-signed-ghat-malicious.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
context: .

- name: Attest image
uses: github-early-access/generate-build-provenance@main
uses: actions/attest-build-provenance@v1.0.0
with:
subject-name: ghcr.io/${{ github.repository }}
subject-digest: ${{ steps.push-step.outputs.digest }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
file : Dockerfile.static

- name: Attest image
uses: github-early-access/generate-build-provenance@main
uses: actions/attest-build-provenance@v1.0.0
with:
subject-name: ghcr.io/${{ github.repository }}
subject-digest: ${{ steps.push-step.outputs.digest }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-image-signed-ghat-static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
file : Dockerfile.static

- name: Attest image
uses: github-early-access/generate-build-provenance@main
uses: actions/attest-build-provenance@v1.0.0
with:
subject-name: ghcr.io/${{ github.repository }}
subject-digest: ${{ steps.push-step.outputs.digest }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-image-signed-ghat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
context: .

- name: Attest image
uses: github-early-access/generate-build-provenance@main
uses: actions/attest-build-provenance@v1.0.0
with:
subject-name: ghcr.io/${{ github.repository }}
subject-digest: ${{ steps.push-step.outputs.digest }}
Expand Down

0 comments on commit 617f870

Please sign in to comment.