improved sonar.properties
This commit is contained in:
parent
02a0d44682
commit
daaa0ed958
@ -16,7 +16,7 @@ echo "dependency-check:aggregate"
|
|||||||
mkdir -p reports
|
mkdir -p reports
|
||||||
dependency-check --enableExperimental -f JSON -f XML \
|
dependency-check --enableExperimental -f JSON -f XML \
|
||||||
--disableAssembly -s . -o reports --project $SERVICE_NAME --exclude ".git/**" --exclude "venv/**" \
|
--disableAssembly -s . -o reports --project $SERVICE_NAME --exclude ".git/**" --exclude "venv/**" \
|
||||||
--exclude "build_venv/**" --exclude "**/__pycache__/**"
|
--exclude "build_venv/**" --exclude "**/__pycache__/**" --exclude "bamboo-specs/**"
|
||||||
|
|
||||||
if [[ -z "${bamboo_repository_pr_key}" ]]
|
if [[ -z "${bamboo_repository_pr_key}" ]]
|
||||||
then
|
then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user