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 f9371a3 commit 69f94c0Copy full SHA for 69f94c0
.github/workflows/create_slsa_source_vsa.yml
@@ -6,7 +6,7 @@ on:
6
jobs:
7
create_vsa:
8
permissions:
9
- contents: read
+ contents: write # needed for storing the vsa in the repo
10
id-token: write
11
runs-on: ubuntu-latest
12
steps:
.github/workflows/local_attest.yml
@@ -8,10 +8,10 @@ on:
workflow_dispatch:
- # Whenever new source is pushed or a PR is received, scan it for any issues
+ # Whenever new source is pushed or a PR is received, create a new vsa
check-change:
13
14
+ contents: write # needed for storing the vsa in the repo.
15
16
# TODO: Can we make this work for forks too?
17
uses: slsa-framework/slsa-source-poc/.github/workflows/create_slsa_source_vsa.yml@main
0 commit comments