Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# DISCLAIMER

> 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.
> As a consequence security vulnerabilities in the repository and its dependencies will not be fixed.

# Bazel Rules Quality Python (bazel_tools_python)

This repository contains bazel integrations for python quality tools.
Expand Down
3 changes: 0 additions & 3 deletions scripts/run_all_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ if [ "${workspace}" == "all" -o "${workspace}" == "main" ];then
# Run Eclipse-specific checks.
run_command "bazel run //:copyright.check -- --fix" "eclipse copyright check"
run_command "bazel test //:format.check" "eclipse format check"

# Run security vulnerability scan.
run_command "third_party/pip/check_vulnerabilities.sh" "security scan"
fi

if [ "${workspace}" == "all" -o "${workspace}" == "test" ];then
Expand Down
Loading