Skip to content

Commit

Permalink
Add dependency scanning CI step
Browse files Browse the repository at this point in the history
  • Loading branch information
JWCook committed Jun 12, 2023
1 parent 73b0d8a commit ac1f8ec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,8 @@ jobs:
python-version: ${{ env.LATEST_PY_VERSION }}
- name: Run style checks & linting
uses: pre-commit/[email protected]
- name: Scan dependencies for known vulnerabilities
uses: pypa/[email protected]
with:
vulnerability-service: osv
ignore-vulns: PYSEC-2022-43012 # older setuptools used by the action itself

0 comments on commit ac1f8ec

Please sign in to comment.