From ad9f48b7be71957f2a9eee0707d53e1b18ebbb68 Mon Sep 17 00:00:00 2001 From: Matt Bishop Date: Tue, 16 Jul 2024 13:24:25 -0400 Subject: [PATCH] Remove Sonar source and test path declarations (#4517) --- .github/workflows/scan.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index 988c4cf86d..4b57f38035 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -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 }}" \