diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index 988c4cf86..4b57f3803 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 }}" \