Skip to content

Commit

Permalink
Update sonarcloud.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ei3kf committed Sep 5, 2023
1 parent 53e1e09 commit 8ecc994
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
# You can pin the exact commit or the version.
# uses: SonarSource/sonarcloud-github-action@de2e56b42aa84d0b1c5b622644ac17e505c9a049
uses: SonarSource/sonarcloud-github-action@de2e56b42aa84d0b1c5b622644ac17e505c9a049
run: ls -latr
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # Generate a token on Sonarcloud.io, add it to the secrets of this repo with the name SONAR_TOKEN (Settings > Secrets > Actions > add new repository secret)
Expand All @@ -59,5 +60,5 @@ jobs:
-Dsonar.projectKey=ei3kf_Python
-Dsonar.organization=ei3kf
-Dsonar.scm.provider=git
-Dsonar.projectBaseDir=.
-Dsonar.projectBaseDir=/git/workspace/Python/
-Dsonar.verbose=true

0 comments on commit 8ecc994

Please sign in to comment.