update sonar token
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Beatrice Dellacà 2025-03-09 11:31:27 +01:00
parent 04d93dd7a5
commit ed1b25b403

View File

@ -38,7 +38,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