From 689c10f001dc0f4931a86ed047bd3ebd4e0b5a2f Mon Sep 17 00:00:00 2001 From: chaden ben ammar <59190965+ChadenBA@users.noreply.github.com> Date: Sun, 14 Apr 2024 20:19:36 +0100 Subject: [PATCH] Update CICD.yml --- .github/workflows/CICD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index baaf1a62..c9538994 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -64,7 +64,7 @@ jobs: uses: SonarSource/sonarqube-scan-action@v2.0.2 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - SONAR_HOST_URL: http://172.17.0.2:9000 + SONAR_HOST_URL: http://localhost:9000 - name: SonarQube Scan uses: sonarsource/sonarqube-scan-action@master