Skip to content

Commit 19b78e9

Browse files
committed
[ci] Disable pip-audit
Remove the pip-audit check for vulnerable python packages. Since the repository is no longer actively maintained python package versions will not be updated. Hence, it is very likely that pip-audit will raise vulnerabilities and thus fail the respective ci job. This would make it very frustrating for any occasional contributor. That is, in order to allow any contributor to submit changes that keep the repository usable, e.g. score infrastructure tool updates, it is easiest to disable pip-audit.
1 parent f7893bd commit 19b78e9

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

scripts/run_all_tests.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,6 @@ if [ "${workspace}" == "all" -o "${workspace}" == "main" ];then
7575
# Run Eclipse-specific checks.
7676
run_command "bazel run //:copyright.check -- --fix" "eclipse copyright check"
7777
run_command "bazel test //:format.check" "eclipse format check"
78-
79-
# Run security vulnerability scan.
80-
run_command "third_party/pip/check_vulnerabilities.sh" "security scan"
8178
fi
8279

8380
if [ "${workspace}" == "all" -o "${workspace}" == "test" ];then

0 commit comments

Comments
 (0)