diff --git a/bamboo-specs/src/main/resources/scripts/sonar-scan.sh b/bamboo-specs/src/main/resources/scripts/sonar-scan.sh index 4acce2e..fa75ec8 100755 --- a/bamboo-specs/src/main/resources/scripts/sonar-scan.sh +++ b/bamboo-specs/src/main/resources/scripts/sonar-scan.sh @@ -25,10 +25,10 @@ pkg_src="image_prediction" echo "dependency-check:aggregate" mkdir -p reports dependency-check --enableExperimental -f JSON -f HTML -f XML \ - --disableAssembly -s . -o reports --project $SERVICE_NAME \ - --exclude ".git/**" \ - --exclude "*venv/**" \ - --exclude "build_venv/**" \ + --disableAssembly -s . -o reports --project $SERVICE_NAME \ + --exclude ".git/**" \ + --exclude "*venv/**" \ + --exclude "build_venv/**" \ --exclude "**/__pycache__/**" if [[ -z "${bamboo_repository_pr_key}" ]]