Skip to content

Commit

Permalink
Merge pull request #5443 from jrjohnson/configure-sonar-better
Browse files Browse the repository at this point in the history
Fix sonarqube configuration
  • Loading branch information
dartajax committed May 8, 2024
2 parents c771f46 + 916501a commit 97782e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/scan-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ jobs:
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: https://sonarqube.ucsf.edu
SONAR_PROJECT_KEY: ilios_ilios_99baf4a1-99a4-4d9a-adb9-2c1253c22751
with:
args: >
-Dsonar.projectKey=ilios_ilios_99baf4a1-99a4-4d9a-adb9-2c1253c22751

0 comments on commit 97782e0

Please sign in to comment.