This commit is contained in:
2025-04-09 18:25:55 +02:00
parent e7ca5b90f7
commit 49455a25d5
+2 -1
View File
@@ -47,7 +47,8 @@ sonarcloud_scan:
name: sonarsource/sonar-scanner-cli:latest name: sonarsource/sonar-scanner-cli:latest
entrypoint: [ "" ] entrypoint: [ "" ]
script: script:
- sonar-scanner \ - |
sonar-scanner \
-Dsonar.projectKey=${SONAR_PROJECT_KEY} \ -Dsonar.projectKey=${SONAR_PROJECT_KEY} \
-Dsonar.organization=${SONAR_ORGANIZATION} \ -Dsonar.organization=${SONAR_ORGANIZATION} \
-Dsonar.token=${SONAR_TOKEN} \ -Dsonar.token=${SONAR_TOKEN} \