Skip to content

Commit

Permalink
Github CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
Lomilar committed Oct 25, 2024
1 parent 90cf28f commit 392c5ec
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 392c5ec

Please sign in to comment.