diff --git a/.github/workflows/central_SONAR.yml b/.github/workflows/central_SONAR.yml index 6e2e821..33babea 100644 --- a/.github/workflows/central_SONAR.yml +++ b/.github/workflows/central_SONAR.yml @@ -35,6 +35,9 @@ jobs: args: > -Dsonar.organization=testingorgcs -Dsonar.projectKey=${{ env.PROJECTKEY }} + -Dsonar.c.file.suffixes=- + -Dsonar.cpp.file.suffixes=- + -Dsonar.objc.file.suffixes=- env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}