diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index 6e010d1b7e..f7d2004474 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -74,6 +74,7 @@ jobs: args: > -Dsonar.organization=${{ github.repository_owner }} -Dsonar.projectKey=${{ github.repository_owner }}_${{ github.event.repository.name }} - -Dsonar.test.inclusions=**/*.spec.ts -Dsonar.tests=. -Dsonar.sources=. + -Dsonar.test.inclusions=**/*.spec.ts + -Dsonar.exclusions=**/*.spec.ts