Skip to content

Commit

Permalink
chore(deps): update SLSA provenance generator GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
behnazh committed Oct 18, 2022
1 parent 3b48cdb commit cfb5082
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,16 +165,14 @@ jobs:
# https://github.com/slsa-framework/slsa-github-generator/issues/942
provenance:
needs: [build, release]
uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected].0
uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected].1
with:
base64-subjects: ${{ needs.build.outputs.artifacts-sha256 }}
compile-generator: true
permissions:
actions: read # To read the workflow path.
id-token: write # To sign the provenance.
contents: write # To add assets to a release.


# Publish the SLSA provenance as the GitHub release asset.
publish_provenance:
needs: [release, provenance]
Expand Down

0 comments on commit cfb5082

Please sign in to comment.