Skip to content

Commit 93b0682

Browse files
authored
Merge pull request #17 from jhrozek/att_act
Use newer version of the generate attestation action - no more early access
2 parents 94877c3 + c3fcd00 commit 93b0682

7 files changed

+7
-7
lines changed

.github/workflows/build-binary-signed-ghat-malicious.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# ...
2626
#
2727
# - name: Sign artifact
28-
# uses: github-early-access/generate-build-provenance@main
28+
# uses: actions/attest-build-provenance@v1.0.0
2929
# with:
3030
# subject-path: '${{ github.workspace }}/demo-repo-go-binary'
3131
#

.github/workflows/build-binary-signed-ghat.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# ...
2222
#
2323
# - name: Sign artifact
24-
# uses: github-early-access/generate-build-provenance@main
24+
# uses: actions/attest-build-provenance@v1.0.0
2525
# with:
2626
# subject-path: '${{ github.workspace }}/demo-repo-go-binary'
2727
#

.github/workflows/build-binary-unsigned.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# ...
2222
#
2323
# - name: Sign artifact
24-
# uses: github-early-access/generate-build-provenance@main
24+
# uses: actions/attest-build-provenance@v1.0.0
2525
# with:
2626
# subject-path: '${{ github.workspace }}/demo-repo-go-binary'
2727
#

.github/workflows/build-image-signed-ghat-malicious.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
context: .
3535

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

.github/workflows/build-image-signed-ghat-static-copied.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
file : Dockerfile.static
3232

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

.github/workflows/build-image-signed-ghat-static.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
file : Dockerfile.static
3232

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

.github/workflows/build-image-signed-ghat.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
context: .
3131

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

0 commit comments

Comments
 (0)