mirror of
https://github.com/bitwarden/server.git
synced 2024-11-21 12:05:42 +01:00
Remove Sonar source and test path declarations (#4517)
This commit is contained in:
parent
4d210170bb
commit
ad9f48b7be
2
.github/workflows/scan.yml
vendored
2
.github/workflows/scan.yml
vendored
@ -83,8 +83,6 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
dotnet-sonarscanner begin /k:"${{ github.repository_owner }}_${{ github.event.repository.name }}" \
|
||||
/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 }}" \
|
||||
|
Loading…
Reference in New Issue
Block a user