update
This commit is contained in:
parent
ec1e0bdc62
commit
958dd95f41
@ -20,13 +20,16 @@ python3 -m pip install coverage
|
|||||||
|
|
||||||
SERVICE_NAME=$1
|
SERVICE_NAME=$1
|
||||||
project_name="RED"
|
project_name="RED"
|
||||||
pkg_src="src"
|
pkg_src="image_prediction"
|
||||||
|
|
||||||
echo "dependency-check:aggregate"
|
echo "dependency-check:aggregate"
|
||||||
mkdir -p reports
|
mkdir -p reports
|
||||||
dependency-check --enableExperimental -f JSON -f HTML -f XML \
|
dependency-check --enableExperimental -f JSON -f HTML -f XML \
|
||||||
--disableAssembly -s . -o reports --project $SERVICE_NAME --exclude ".git/**" --exclude "venv/**" \
|
--disableAssembly -s . -o reports --project $SERVICE_NAME \
|
||||||
--exclude "build_venv/**" --exclude "**/__pycache__/**"
|
--exclude ".git/**" \
|
||||||
|
--exclude "*venv/**" \
|
||||||
|
--exclude "build_venv/**" \
|
||||||
|
--exclude "**/__pycache__/**"
|
||||||
|
|
||||||
if [[ -z "${bamboo_repository_pr_key}" ]]
|
if [[ -z "${bamboo_repository_pr_key}" ]]
|
||||||
then
|
then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user