Commit e941940
jgstern-agent
fix(ci): isolate safety scanner to prevent pip-audit false positives
safety's transitive dep on nltk (3 unpatched CVEs) was causing
pip-audit to flag the CI environment itself. Run safety via pipx
so its deps don't pollute the audit target.
Signed-off-by: jgstern-agent <josh-agent@iterabloom.com>1 parent e95cae9 commit e941940
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
0 commit comments