Skip to content

Commit

Permalink
edit SonarQube workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
meleksabit committed Sep 17, 2024
1 parent 1dcdad1 commit deda6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit deda6f4

Please sign in to comment.