From f4207b5c2600cea8cbb3c9e92b98a2c7ab35aaf0 Mon Sep 17 00:00:00 2001 From: Marcel Feix Date: Mon, 13 Jun 2022 15:59:16 +0000 Subject: [PATCH] fix(Sonar 8): Remove Variables so they are not propigated. --- templates/static-analysis/sonar-8.gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/static-analysis/sonar-8.gitlab-ci.yml b/templates/static-analysis/sonar-8.gitlab-ci.yml index 4831870..335dfac 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"