From 392c5ec108be1fc0ad64268d10a9048a76b6f4dc Mon Sep 17 00:00:00 2001 From: Fritz Ray Date: Fri, 25 Oct 2024 11:10:11 -0700 Subject: [PATCH] Github CI/CD --- .github/workflows/build.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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