diff --git a/.drone.yml b/.drone.yml index 4832fd7..4e06f7c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -60,4 +60,6 @@ steps: - name: sonar CODEFIRST_CLIENTDRONE_ENV_SONAR_TOKEN: from_secret: SONAR_TOKEN - sonar-scanner -Dsonar.projectKey=BOB-PARTY -Dsonar.sources=. -Dsonar.host.url=https://codefirst.iut.uca.fr/sonar -Dsonar.login=$[SONAR_TOKEN] \ No newline at end of file + image: sonarqube:9.7.1-community + commands: + - sonar-scanner -Dsonar.projectKey=BOB-PARTY -Dsonar.sources=. -Dsonar.host.url=https://codefirst.iut.uca.fr/sonar -Dsonar.login=$[SONAR_TOKEN] \ No newline at end of file