Merge branch '85-migrate-to-fsr-im-sonarqube' into 'development'

add SonarQube connected mode config

See merge request htwk-software/htwkalender!135
This commit is contained in:
Lennart Yaguboglu
2026-02-25 13:15:23 +01:00
3 changed files with 5 additions and 2 deletions

View File

@@ -77,6 +77,7 @@ sonarqube-data-manager:
- sonar-scanner/ - sonar-scanner/
script: script:
- cd services/data-manager
- sonar-scanner -Dsonar.host.url="${SONAR_HOST_URL}" - sonar-scanner -Dsonar.host.url="${SONAR_HOST_URL}"
allow_failure: true allow_failure: true
rules: rules:

View File

@@ -0,0 +1,4 @@
{
"sonarQubeUri": "https://sqube.fsr.imn.htwk-leipzig.de",
"projectKey": "HTWKalender"
}

View File

@@ -1,2 +0,0 @@
sonar.projectKey=HTWKalender
sonar.qualitygate.wait=true