Skip to content

Commit

Permalink
chore: Fix sonarqube action
Browse files Browse the repository at this point in the history
  • Loading branch information
cgawron committed Oct 11, 2023
1 parent bfc2eb2 commit 1277149
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # Generate a token on SonarQube, add it to the secrets of this repo with the name SONAR_TOKEN (Settings > Secrets > Actions > add new repository secret)
SONAR_HOST_URL: ${{ vars.SONAR_HOST_URL }} # add the URL of your instance to the secrets of this repo with the name SONAR_HOST_URL (Settings > Secrets > Actions > add new repository secret)
SONAR_HOST_URL: ${{ vars.SONAR_HOST_URL }}
SONAR_ROOT_CERT: ${{ vars.SONAR_ROOT_CERT }}
with:
# Additional arguments for the sonarcloud scanner
args:
Expand Down

0 comments on commit 1277149

Please sign in to comment.