Skip to content

Commit dd08091

Browse files
committedOct 18, 2024
added vuln checking
1 parent c2934e4 commit dd08091

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
 

‎.github/workflows/test-bake.yml

+3
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,6 @@ jobs:
5454
- name: Run Linting
5555
run: |
5656
pylint hooks/
57+
- name: Check Vulnerabilities
58+
run: |
59+
pip-audit -r requirements.txt

‎requirements-dev.txt

+1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
pytest-cov~=4.1.0
33
pytest-cookies~=0.7.0
44
pylint~=3.0.2
5+
pip-audit~=2.7.3
56
black~=24.10.0

0 commit comments

Comments
 (0)