From 138fb9d42a6aaecb4900794f9be4b8c477b88c7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20Lopez=20de=20Guere=C3=B1a?= <jon.lopezdeguerena@tecnalia.com> Date: Thu, 11 Aug 2022 08:54:51 +0200 Subject: [PATCH] sonarqube js --- project-maven-azure-docker/sonarqubejs.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/project-maven-azure-docker/sonarqubejs.yml b/project-maven-azure-docker/sonarqubejs.yml index 743a5ee..e495dc9 100644 --- a/project-maven-azure-docker/sonarqubejs.yml +++ b/project-maven-azure-docker/sonarqubejs.yml @@ -1,7 +1,8 @@ sonarqube-check: - image: - name: sonarsource/sonar-scanner-cli:latest - entrypoint: [""] + image: $ACR_URL/sonarsource/sonar-scanner-cli:latest + entrypoint: [""] + tags: + - docker variables: SONAR_USER_HOME: "${CI_PROJECT_DIR}/.sonar" # Defines the location of the analysis task cache GIT_DEPTH: "0" # Tells git to fetch all the branches of the project, required by the analysis task -- GitLab