Skip to content

Commit

Permalink
feat(rbac): correct project and organization keys
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksandr Andriienko <[email protected]>
  • Loading branch information
AndrienkoAleksandr committed Nov 27, 2024
1 parent 0cd9269 commit 4e9affd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sonar-cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
with:
args: >
-Dsonar.projectKey=community-plugins
-Dsonar.organization=AndrienkoAleksandr
-Dsonar.projectKey=AndrienkoAleksandr_community-plugins
-Dsonar.organization=andrienkoaleksandr
-Dsonar.sources=workspace/rbac # Analyzing only the workspace/rbac folder
# -Dsonar.javascript.lcov.reportPaths=workspace/rbac/coverage/lcov.info # Adjust for your coverage path

0 comments on commit 4e9affd

Please sign in to comment.