Skip to content

Commit c2bb970

Browse files
authored
Bump GH attestations and fix the token permissions (#32)
* Update build-binary-signed-ghat-malicious.yml * Update build-binary-signed-ghat.yml * Update build-image-signed-ghat-malicious.yml * Update build-image-signed-ghat-static-copied.yml * Update build-image-signed-ghat-static.yml * Update build-image-signed-ghat.yml
1 parent ae234a4 commit c2bb970

6 files changed

+14
-6
lines changed

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
id-token: write
1010
packages: write
1111
contents: write
12+
attestations: write
13+
1214
runs-on: ubuntu-latest
1315
steps:
1416
- name: Check out code
@@ -28,7 +30,7 @@ jobs:
2830
go build -v -o demo-repo-go-binary ./...
2931
3032
- name: Sign artifact
31-
uses: actions/attest-build-provenance@v1.0.0
33+
uses: actions/attest-build-provenance@v1.4.1
3234
with:
3335
subject-path: '${{ github.workspace }}/demo-repo-go-binary'
3436

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
id-token: write
1010
packages: write
1111
contents: write
12+
attestations: write
13+
1214
runs-on: ubuntu-latest
1315
steps:
1416
- name: Check out code
@@ -24,7 +26,7 @@ jobs:
2426
go build -v -o demo-repo-go-binary ./...
2527
2628
- name: Sign artifact
27-
uses: actions/attest-build-provenance@v1.0.0
29+
uses: actions/attest-build-provenance@v1.4.1
2830
with:
2931
subject-path: '${{ github.workspace }}/demo-repo-go-binary'
3032

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
id-token: write
1010
packages: write
1111
contents: write
12+
attestations: write
1213

1314
steps:
1415
- name: Checkout repository
@@ -34,7 +35,7 @@ jobs:
3435
context: .
3536

3637
- name: Attest image
37-
uses: actions/attest-build-provenance@v1.0.0
38+
uses: actions/attest-build-provenance@v1.4.1
3839
with:
3940
subject-name: ghcr.io/${{ github.repository }}
4041
subject-digest: ${{ steps.push-step.outputs.digest }}

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
id-token: write
1010
packages: write
1111
contents: write
12+
attestations: write
1213

1314
steps:
1415
- name: Checkout repository
@@ -31,7 +32,7 @@ jobs:
3132
file : Dockerfile.static
3233

3334
- name: Attest image
34-
uses: actions/attest-build-provenance@v1.0.0
35+
uses: actions/attest-build-provenance@v1.4.1
3536
with:
3637
subject-name: ghcr.io/${{ github.repository }}
3738
subject-digest: ${{ steps.push-step.outputs.digest }}

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
id-token: write
1010
packages: write
1111
contents: write
12+
attestations: write
1213

1314
steps:
1415
- name: Checkout repository
@@ -31,7 +32,7 @@ jobs:
3132
file : Dockerfile.static
3233

3334
- name: Attest image
34-
uses: actions/attest-build-provenance@v1.0.0
35+
uses: actions/attest-build-provenance@v1.4.1
3536
with:
3637
subject-name: ghcr.io/${{ github.repository }}
3738
subject-digest: ${{ steps.push-step.outputs.digest }}

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
id-token: write
1010
packages: write
1111
contents: write
12+
attestations: write
1213

1314
steps:
1415
- name: Checkout repository
@@ -30,7 +31,7 @@ jobs:
3031
context: .
3132

3233
- name: Attest image
33-
uses: actions/attest-build-provenance@v1.0.0
34+
uses: actions/attest-build-provenance@v1.4.1
3435
with:
3536
subject-name: ghcr.io/${{ github.repository }}
3637
subject-digest: ${{ steps.push-step.outputs.digest }}

0 commit comments

Comments
 (0)