Commit 8e39a56
committed
ci: Install pip-audit before running pin_safe_versions
pin_safe_versions.py now calls pip-audit for vulnerability checks.
Without this line it silently falls back to 'allow all' (FileNotFoundError
is caught and returns True), meaning the security scan never ran.
Signed-off-by: Cagri Yonca <cagri@ibm.com>1 parent 0b33dfc commit 8e39a56
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments