Skip to content

Commit b51b343

Browse files
committed
Remove explicit call to osv-scanner.yaml
The scanner file invokes itself on PRs, so this is unnecessary.
1 parent c061f48 commit b51b343

1 file changed

Lines changed: 2 additions & 12 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,8 @@ jobs:
160160
# The outputs will be variables named "foo_files" for a filter "foo".
161161
filters: |
162162
ci:
163-
- './.github/workflows/ci.yml'
164-
- './.github/workflows/codeql.yaml'
165-
- './.github/workflows/osv-scanner.yaml'
163+
- './.github/workflows/ci.yaml'
164+
- './.github/workflows/nightly-pytest.yaml'
166165
cff:
167166
- added|modified:
168167
- '**/CITATION.cff'
@@ -587,15 +586,6 @@ jobs:
587586
- name: Run shellcheck on shell scripts that have been changed
588587
run: shellcheck ${{env.changed_files}}
589588

590-
vulnerability-checks:
591-
if: needs.changes.outputs.requirements == 'true'
592-
name: Vulnerability checks
593-
needs: changes
594-
uses: ./.github/workflows/osv-scanner.yaml
595-
permissions: write-all
596-
with:
597-
reason: CI
598-
599589
print-debugging-info:
600590
if: failure()
601591
name: Print debugging info upon job failure

0 commit comments

Comments
 (0)