Skip to content

Commit

Permalink
Revert "Set project description in SonarQube scan"
Browse files Browse the repository at this point in the history
This reverts commit e272413.
  • Loading branch information
robtimus committed Jun 18, 2024
1 parent e272413 commit 4c0cbae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ jobs:
SONAR_TOKEN: ${{ secrets.SonarCloudToken }}
SONAR_HOST_URL: https://sonarcloud.io
with:
# omitted for now: -Dsonar.projectDescription=${{ env.projectDescription }}
args: |
-Dsonar.organization=robtimus-github
-Dsonar.projectKey=${{ env.projectName }}
"-Dsonar.projectDescription=${{ env.projectDescription }}"
-Dsonar.links.homepage=${{ env.projectHomepage }}
-Dsonar.links.issue=${{ env.projectBugUrl }}
-Dsonar.links.scm=${{ env.projectRepositoryUrl }}
Expand Down

0 comments on commit 4c0cbae

Please sign in to comment.