File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363 if : github.repository_owner == 'quantumlib'
6464 name : Run Scorecard analyzer
6565 runs-on : ubuntu-24.04
66- permissions : write-all
66+ permissions :
67+ actions : read
68+ contents : read
69+ security-events : write
6770 timeout-minutes : 15
6871 steps :
6972 - name : Check out a copy of the git repository
Original file line number Diff line number Diff line change 4949 if : github.repository_owner == 'quantumlib'
5050 name : Run periodic open-source vulnerabilities scanner
5151 uses : ./.github/workflows/osv-scanner.yaml
52- permissions : write-all
52+ permissions :
53+ actions : read
54+ contents : read
55+ security-events : write
5356 with :
5457 reason : ' (weekly)'
5558 debug : github.event.inputs.debug
5861 if : github.repository_owner == 'quantumlib'
5962 name : Run periodic Scorecard analysis
6063 uses : ./.github/workflows/scorecard-scanner.yaml
61- permissions : write-all
64+ permissions :
65+ actions : read
66+ contents : read
67+ security-events : write
6268 secrets : inherit
6369 with :
6470 reason : ' (weekly)'
You can’t perform that action at this time.
0 commit comments