We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent add5865 commit 37a2167Copy full SHA for 37a2167
.github/workflows/publish.yaml
@@ -178,7 +178,7 @@ jobs:
178
id-token: write # for creating OIDC tokens for signing.
179
packages: write # for uploading attestations.
180
if: success() && needs.package-and-publish.result == 'success'
181
- uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v1.10.0
+ uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.0.0
182
with:
183
image: index.docker.io/replicated/replicated-sdk:${{ github.ref_name }}
184
digest: ${{ needs.package-and-publish.outputs.digest }}
0 commit comments