Skip to content

Commit

Permalink
Update CICD.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChadenBA authored Apr 14, 2024
1 parent 41096b7 commit 689c10f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
uses: SonarSource/[email protected]
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
Expand Down

0 comments on commit 689c10f

Please sign in to comment.