fix sonar warning
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/promote/production Build is passing

This commit is contained in:
2025-03-09 13:53:35 +01:00
parent cce4d4a25d
commit 58d59f17e0

View File

@@ -35,7 +35,7 @@ steps:
- name: code-analysis - name: code-analysis
image: maven:3-eclipse-temurin-21 image: maven:3-eclipse-temurin-21
commands: commands:
- mvn sonar:sonar --no-transfer-progress -Dsonar.projectKey=$SONAR_PROJECT_KEY -Dsonar.host.url=$SONAR_INSTANCE_URL -Dsonar.login=$SONAR_LOGIN_KEY -B -V - mvn sonar:sonar --no-transfer-progress -Dsonar.projectKey=$SONAR_PROJECT_KEY -Dsonar.host.url=$SONAR_INSTANCE_URL -Dsonar.token=$SONAR_LOGIN_KEY -B -V
environment: environment:
SONAR_PROJECT_KEY: SONAR_PROJECT_KEY:
from_secret: sonar_project_key from_secret: sonar_project_key