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 2e46874 commit 23377ebCopy full SHA for 23377eb
.github/workflows/build-test-lint.yml
@@ -31,7 +31,7 @@ jobs:
31
pip install -r requirements.txt -r requirements/dev.txt
32
working-directory: xero-python
33
34
- - name: Run audit
+ - name: Check vulnerable packages
35
run: pip-audit -r requirements.txt -r requirements/dev.txt
36
37
0 commit comments