Skip to content

Commit 8a822e1

Browse files
committed
Generate provenance for container images
Signed-off-by: Stefan Prodan <[email protected]>
1 parent 06cc6c8 commit 8a822e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
actions: read # To read the workflow path.
133133
id-token: write # To sign the provenance.
134134
contents: write # To add assets to the release.
135-
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3[email protected]
135+
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3[email protected]
136136
with:
137137
image: ${{ needs.release.outputs.image_url }}
138138
digest: ${{ needs.release.outputs.image_digest }}
@@ -146,7 +146,7 @@ jobs:
146146
actions: read # To read the workflow path.
147147
id-token: write # To sign the provenance.
148148
contents: write # To add assets to the release.
149-
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3[email protected]
149+
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3[email protected]
150150
with:
151151
image: ghcr.io/${{ needs.release.outputs.image_url }}
152152
digest: ${{ needs.release.outputs.image_digest }}

0 commit comments

Comments
 (0)