We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2934e4 commit dd08091Copy full SHA for dd08091
.github/workflows/test-bake.yml
@@ -54,3 +54,6 @@ jobs:
54
- name: Run Linting
55
run: |
56
pylint hooks/
57
+ - name: Check Vulnerabilities
58
+ run: |
59
+ pip-audit -r requirements.txt
requirements-dev.txt
@@ -2,4 +2,5 @@
2
pytest-cov~=4.1.0
3
pytest-cookies~=0.7.0
4
pylint~=3.0.2
5
+pip-audit~=2.7.3
6
black~=24.10.0
0 commit comments