diff --git a/templates/static-analysis/sonar-8.gitlab-ci.yml b/templates/static-analysis/sonar-8.gitlab-ci.yml index 335dfac..4831870 100644 --- a/templates/static-analysis/sonar-8.gitlab-ci.yml +++ b/templates/static-analysis/sonar-8.gitlab-ci.yml @@ -2,8 +2,8 @@ stage: verify variables: SONAR_HOST_URL: https://sonar.exxcellent.de/sonar8 - #SONAR_PROJECT_KEY: "" - #SONAR_PROJECT_NAME: "" + SONAR_PROJECT_KEY: "" + SONAR_PROJECT_NAME: "" SONAR_EXCLUSIONS: "**/target/**,**/src/test/**" SONAR_QUALITYGATE_WAIT: "true" SONAR_QUALITYGATE_TIMEOUT: "10000"