Skip to content

Commit

Permalink
changed organization key
Browse files Browse the repository at this point in the history
  • Loading branch information
Matte22 committed Oct 18, 2023
1 parent 897291a commit 203074b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/api-audit-test-coverage-response.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,9 @@ jobs:
with:
# Additional arguments for the sonarcloud scanner
projectBaseDir: ./api/source
args: -Dsonar.projectKey=stig-manager
args: -Dsonar.projectKey=NUWCDIVNPT_stig-manager:api
-Dsonar.projectName=stig-manager-API
-Dsonar.organization=stig-manager
-Dsonar.organization=nuwcdivnpt
-Dsonar.inclusions=**/*.js
-Dsonar.exclusions=**/node_modules/**,**/coverage-report/**
-Dsonar.javascript.lcov.reportPaths=./lcov.info
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/client-sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
projectBaseDir: ./client/src
# Additional arguments for the sonarcloud scanner
args:
-Dsonar.projectKey=stig-manager:client
-Dsonar.projectKey=NUWCDIVNPT_stig-manager:client
-Dsonar.projectName=stig-manager-Client
-Dsonar.organization=stig-manager
-Dsonar.organization=nuwcdivnpt
-Dsonar.inclusions=**/*.js,**/*.html
-Dsonar.exclusions=**/node_modules/**

Expand Down

0 comments on commit 203074b

Please sign in to comment.