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 3699222
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,7 @@ 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

0 comments on commit 3699222

Please sign in to comment.