File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -588,15 +588,6 @@ jobs:
588588 - name : Run shellcheck on shell scripts that have been changed
589589 run : shellcheck ${{env.changed_files}}
590590
591- vulnerability-checks :
592- if : needs.changes.outputs.requirements == 'true'
593- name : Vulnerability checks
594- needs : changes
595- uses : ./.github/workflows/osv-scanner.yaml
596- permissions : write-all
597- with :
598- reason : CI
599-
600591 print-debugging-info :
601592 if : failure()
602593 name : Print debugging info upon job failure
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -45,18 +45,6 @@ concurrency:
4545 group : ${{github.workflow}}-${{github.event.pull_request.number||github.ref}}
4646
4747jobs :
48- osv-code-scan :
49- if : github.repository_owner == 'quantumlib'
50- name : Run periodic open-source vulnerabilities scanner
51- uses : ./.github/workflows/osv-scanner.yaml
52- permissions :
53- actions : read
54- contents : read
55- security-events : write
56- with :
57- reason : ' (weekly)'
58- debug : ${{github.event.inputs.debug || false}}
59-
6048 scorecard-repo-scan :
6149 if : github.repository_owner == 'quantumlib'
6250 name : Run periodic Scorecard analysis
You can’t perform that action at this time.
0 commit comments