mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 21:18:13 -05:00
Explicitly specify Sonar source paths (#4516)
This commit is contained in:
parent
9960874d2d
commit
4d210170bb
5
.github/workflows/scan.yml
vendored
5
.github/workflows/scan.yml
vendored
@ -83,7 +83,10 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
dotnet-sonarscanner begin /k:"${{ github.repository_owner }}_${{ github.event.repository.name }}" \
|
dotnet-sonarscanner begin /k:"${{ github.repository_owner }}_${{ github.event.repository.name }}" \
|
||||||
/d:sonar.tests=test/ /d:sonar.sources=. /d:sonar.test.inclusions=test/ /d:sonar.exclusions=test/ \
|
/d:sonar.tests=test/,bitwarden_license/test/ \
|
||||||
|
/d:sonar.sources=dev/,perf/,scripts/,src/,bitwarden_license/src/,util/ \
|
||||||
|
/d:sonar.test.inclusions=test/,bitwarden_license/test/ \
|
||||||
|
/d:sonar.exclusions=test/,bitwarden_license/test/ \
|
||||||
/o:"${{ github.repository_owner }}" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" \
|
/o:"${{ github.repository_owner }}" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" \
|
||||||
/d:sonar.host.url="https://sonarcloud.io"
|
/d:sonar.host.url="https://sonarcloud.io"
|
||||||
dotnet build
|
dotnet build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user