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

0 comments on commit c332ac0

Please sign in to comment.