Skip to content

Commit 3ef41cb

Browse files
committed
ci: fix pip audit invocation
1 parent 77f03f5 commit 3ef41cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linters.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ jobs:
5656
- uses: actions/checkout@v3
5757
- run: |
5858
pip install pip-audit
59-
pip-audit -r ${GITHUB_WORKSPACE}/requirements.txt
59+
pip-audit --desc on .

0 commit comments

Comments
 (0)