diff --git a/templates/static-analysis/sonar-8.gitlab-ci.yml b/templates/static-analysis/sonar-8.gitlab-ci.yml index 2de11fc..790798b 100644 --- a/templates/static-analysis/sonar-8.gitlab-ci.yml +++ b/templates/static-analysis/sonar-8.gitlab-ci.yml @@ -4,7 +4,7 @@ SONAR_HOST_URL: https://sonar.exxcellent.de/sonar8 SONAR_PROJECT_KEY: "" SONAR_PROJECT_NAME: "" - SONAR_EXCLUSIONS: "**/target/**,**/src/test/**" + SONAR_EXCLUSIONS: "**/target/**,**/build/**,**/src/test/**" SONAR_QUALITYGATE_WAIT: "true" SONAR_QUALITYGATE_TIMEOUT: "10000"