Skip to content

Commit

Permalink
Enable sonarqube
Browse files Browse the repository at this point in the history
  • Loading branch information
pzentenoe committed May 30, 2024
1 parent 00bdce5 commit 579a8a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
- name: SonarQube Scan
uses: sonarsource/sonarqube-scan-action@v2.1.0
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ vars.SONAR_HOST_URL }}
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
SONAR_HOST_URL: ${{ vars.SONARQUBE_URL }}
with:
args: >
-Dsonar.projectKey=httpclient-call-go
Expand Down

0 comments on commit 579a8a5

Please sign in to comment.