Skip to content

Commit

Permalink
Explicitly setting basedir and verbose=True
Browse files Browse the repository at this point in the history
  • Loading branch information
bikegeek committed May 2, 2023
1 parent 5e2711e commit 106bcec
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/sonarqube.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,13 @@ jobs:
fetch-depth: 0
# - name: SonarQube Scan
# uses: sonarsource/sonarqube-scan-action@master
# Use the latest version of sonarqube scan:
- name: Official SonarQube Scan
uses: SonarSource/sonarqube-scan-action@v1.2.0

with:
projectBaseDir: METcalcpy/metcalcpy
args: >
-Dsonar.verbose=true
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}

0 comments on commit 106bcec

Please sign in to comment.