Commit 0b70793
Hustle
fix(ci): audit only project deps in pip-audit, not runner environment
pip-audit without -r flag audits the full runner environment, including
pre-installed packages like pygments that are not project dependencies.
This caused false positive security failures unrelated to webstatuspi.
Now audits only requirements.txt and requirements-dev.txt.1 parent 25b166c commit 0b70793
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | 29 | | |
32 | 30 | | |
33 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments