Skip to content

Commit

Permalink
upgrade slsa generator
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaldren-ld committed Aug 19, 2024
1 parent 9b72f07 commit 89c09cf
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
actions: read
id-token: write
contents: write
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.10.0
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.0.0
with:
base64-subjects: "${{ needs.release-relay.outputs.hashes }}"
upload-assets: true
Expand All @@ -74,14 +74,13 @@ jobs:
actions: read
id-token: write
packages: write
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
strategy:
matrix:
matrix:
images_and_digests: ${{fromJson(needs.release-relay.outputs.images_and_digests)}}
with:
image: ${{ matrix.images_and_digests.image }}
digest: ${{ matrix.images_and_digests.digest }}
registry-username: ${{ vars.DOCKER_USERNAME }}
secrets:
registry-password: ${{ secrets.DOCKER_TOKEN }}

0 comments on commit 89c09cf

Please sign in to comment.