Skip to content

Commit

Permalink
Update pr_scan.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
goergisn authored Feb 13, 2025
1 parent c470c60 commit d170056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@ jobs:
run: |
git fetch --unshallow --no-tags
sonar-scanner --version
sonar-scanner -Dsonar.token=${{ secrets.SONAR_TOKEN }} -Dsonar.coverageReportPaths=sonarqube_updated_CI.xml,sonarqube_updated_snapshots.xml -X
sonar-scanner -Dsonar.token=${{ secrets.SONAR_TOKEN }} -Dsonar.coverageReportPaths=sonarqube_updated_CI.xml,sonarqube_updated_snapshots.xml -Dsonar.scanner.skipSystemTruststore=true -X
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d170056

Please sign in to comment.