From 5ef6434ab51b16a0f3c33ed9272b2d4a47ad4cfe Mon Sep 17 00:00:00 2001 From: Lilian BRETON Date: Tue, 22 Nov 2022 17:06:19 +0100 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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