Skip to content

Commit

Permalink
Update README.md (slsa-framework#579)
Browse files Browse the repository at this point in the history
Signed-off-by: laurentsimon <64505099+laurentsimon@users.noreply.github.com>
  • Loading branch information
laurentsimon authored Jul 19, 2022
1 parent 9a745cb commit f50e382
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions internal/builders/generic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,9 +338,9 @@ jobs:
provenance:
needs: [goreleaser]
permissions:
actions: read
id-token: write
contents: read
actions: read # To read the workflow path.
id-token: write # To sign the provenance.
contents: write # To add assets to a release.
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.1.1
with:
base64-subjects: "${{ needs.goreleaser.outputs.hashes }}"
Expand Down Expand Up @@ -417,9 +417,9 @@ jobs:
provenance:
needs: [build]
permissions:
actions: read
id-token: write
contents: read
actions: read # To read the workflow path.
id-token: write # To sign the provenance.
contents: write # To add assets to a release.
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.1.1
with:
base64-subjects: "${{ needs.build.outputs.hashes }}"
Expand Down Expand Up @@ -500,9 +500,9 @@ jobs:
provenance:
needs: [build]
permissions:
actions: read
id-token: write
contents: read
actions: read # To read the workflow path.
id-token: write # To sign the provenance.
contents: write # To add assets to a release.
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.1.1
with:
base64-subjects: "${{ needs.build.outputs.hashes }}"
Expand Down

0 comments on commit f50e382

Please sign in to comment.