Skip to content

Commit

Permalink
rework on the way to pass variable to sonarqube (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
psarras authored Nov 19, 2024
1 parent fec865b commit 0e17576
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
uses: sonarsource/sonarcloud-github-action@v3.1.0 # Ex: v2.1.0, See the latest version at https://github.com/marketplace/actions/sonarcloud-scan
with:
projectBaseDir: GH.MiscToolbox
sources: GH.MiscToolbox
exclusions: docs
args: >
-Dsonar.organization=psarras
-Dsonar.projectKey=psarras_GH-Misc-Toolbox
-Dsonar.sources=GH.MiscToolbox
-Dsonar.exclusions=docs/**
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit 0e17576

Please sign in to comment.