Skip to content

Commit 677109b

Browse files
authored
Discontinue repository (#18)
* [readme] Add not-maintained disclaimer Update the readme, adding a disclaimer to highlight that the repository is no longer actively maintained. * [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 e6e47e9 commit 677109b

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# DISCLAIMER
2+
3+
> This repository is not longer actively maintained due to the unwillingness of the eclipse governing body to grant the maintainers with the permissions needed to approve and merge pull requests of one another.
4+
> As a consequence security vulnerabilities in the repository and its dependencies will not be fixed.
5+
16
# Bazel Rules Quality Python (bazel_tools_python)
27

38
This repository contains bazel integrations for python quality tools.

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)