added dependency

This commit is contained in:
Matthias Bisping 2022-03-21 09:02:27 +01:00
parent 75a55bad93
commit 52ee408a6d

View File

@ -6,6 +6,7 @@ export JAVA_HOME=/usr/bin/sonar-scanner/jre
python3 -m venv build_venv
source build_venv/bin/activate
python3 -m pip install --upgrade pip
python3 -m pip install dependency-check
echo "coverage report generation"
bash run_tests.sh