We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcc9257 commit 615f7c5Copy full SHA for 615f7c5
.github/workflows/image.yaml
@@ -110,7 +110,7 @@ jobs:
110
packages: write # To upload assets to release.
111
actions: read # To read the workflow path.
112
# NOTE: The container generator workflow is not officially released as GA.
113
- uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.0.0
+ uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.1.0
114
with:
115
image: ghcr.io/${{ github.repository_owner }}/policy-reporter-ui
116
digest: "${{ needs.publish-images.outputs.digest }}"
0 commit comments