From daaa0ed958c409b55f7bb26a7eb2ef8af856e82b Mon Sep 17 00:00:00 2001 From: Julius Unverfehrt Date: Tue, 22 Feb 2022 10:19:18 +0100 Subject: [PATCH] improved sonar.properties --- bamboo-specs/src/main/resources/scripts/sonar-scan.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bamboo-specs/src/main/resources/scripts/sonar-scan.sh b/bamboo-specs/src/main/resources/scripts/sonar-scan.sh index 7aa3839..632f69f 100755 --- a/bamboo-specs/src/main/resources/scripts/sonar-scan.sh +++ b/bamboo-specs/src/main/resources/scripts/sonar-scan.sh @@ -16,7 +16,7 @@ echo "dependency-check:aggregate" mkdir -p reports dependency-check --enableExperimental -f JSON -f XML \ --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}" ]] then