diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 292c4d4f8..b8edb9185 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -64,11 +64,10 @@ jobs: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # Generate a token on Sonarcloud.io, add it to the secrets of this repo with the name SONAR_TOKEN (Settings > Secrets > Actions > add new repository secret) with: args: - -Dsonar.projectKey=cassproject_cass-npm + -Dsonar.projectKey=cassproject_cass -Dsonar.organization=cassproject - -Dsonar.sources=src/com/,src/org/ - -Dsonar.tests=src/test/ - -Dsonar.cpd.exclusions=src/com/asd/**/*,src/org/credentialengine/* + -Dsonar.sources=src/main/ + -Dsonar.tests=src/main/ projectBaseDir: . - name: Perform CodeQL Analysis