From deda6f4ea4af915c6005dead51798441c88664ba Mon Sep 17 00:00:00 2001 From: meleksabit Date: Wed, 18 Sep 2024 00:44:37 +0300 Subject: [PATCH] edit SonarQube workflow --- .github/workflows/sonarqube.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml index d5cdd69e..de12d1a1 100644 --- a/.github/workflows/sonarqube.yml +++ b/.github/workflows/sonarqube.yml @@ -46,7 +46,7 @@ jobs: - name: SonarQube Scan run: | docker run --rm --network sonarnet \ - -e SONAR_HOST_URL="http://sonar-server:9000" \ + -e SONAR_HOST_URL="http://localhost:9000" \ -e SONAR_TOKEN="${{ secrets.SONAR_TOKEN }}" \ -v $(pwd):/usr/src \ sonarsource/sonar-scanner-cli -X