Skip to content

Commit 7bc62fa

Browse files
committed
ci(fix): Update provenance job
1 parent 52bcdde commit 7bc62fa

1 file changed

Lines changed: 6 additions & 9 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -218,21 +218,18 @@ jobs:
218218
path: docker-scout-results.sarif
219219

220220
provenance:
221-
runs-on: ubuntu-latest
222221
name: SLSA3 Provenance
223222
needs: docker
224223
permissions:
225224
actions: read
226225
id-token: write
227226
packages: write
228-
steps:
229-
- name: Generate SLSA3 Provenance
230-
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.1.0
231-
with:
232-
image: ${{ needs.docker.outputs.image }}
233-
digest: ${{ needs.docker.outputs.digest }}
234-
registry-username: ${{ github.actor }}
235-
registry-password: ${{ secrets.GITHUB_TOKEN }}
227+
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.1.0
228+
with:
229+
image: ${{ needs.docker.outputs.image }}
230+
digest: ${{ needs.docker.outputs.digest }}
231+
registry-username: ${{ github.actor }}
232+
registry-password: ${{ secrets.GITHUB_TOKEN }}
236233

237234
cleanup:
238235
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)