-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generate provenance for container images
Signed-off-by: Stefan Prodan <[email protected]>
- Loading branch information
1 parent
06cc6c8
commit 8a822e1
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -132,7 +132,7 @@ jobs: | |
actions: read # To read the workflow path. | ||
id-token: write # To sign the provenance. | ||
contents: write # To add assets to the release. | ||
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3[email protected] | ||
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3[email protected] | ||
with: | ||
image: ${{ needs.release.outputs.image_url }} | ||
digest: ${{ needs.release.outputs.image_digest }} | ||
|
@@ -146,7 +146,7 @@ jobs: | |
actions: read # To read the workflow path. | ||
id-token: write # To sign the provenance. | ||
contents: write # To add assets to the release. | ||
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3[email protected] | ||
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3[email protected] | ||
with: | ||
image: ghcr.io/${{ needs.release.outputs.image_url }} | ||
digest: ${{ needs.release.outputs.image_digest }} | ||
|