From bf4616bed2906e0068c21e3dcf7009d5f8f06ccd Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Sun, 8 Jun 2025 12:22:55 +0200 Subject: [PATCH] fix sonar name --- .vscode/settings.json | 1 + Jenkinsfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 4f03c1e..ae314a8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,7 @@ { "cSpell.words": [ "clamd", + "epel", "freshclam", "logclean", "logfacility", diff --git a/Jenkinsfile b/Jenkinsfile index 7d18b2c..fe517fd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -69,7 +69,7 @@ pipeline { withCredentials([string(credentialsId: 'sonar-token', variable: 'SONAR_TOKEN')]) { sh ''' /opt/sonar-scanner/bin/sonar-scanner \ - -Dsonar.projectKey=cd_clamav \ + -Dsonar.projectKey=clamav_cd \ -Dsonar.sources=. \ -Dsonar.host.url=https://sonarqube.confdroid.com \ -Dsonar.token=$SONAR_TOKEN