Enabled SonarQube scanning for PRs (#4692)

This commit is contained in:
Matt Andreko
2025-02-04 15:22:47 -05:00
committed by GitHub
parent 445bd90f67
commit 01b646afa7
2 changed files with 2 additions and 0 deletions

View File

@@ -58,3 +58,4 @@ jobs:
args: >
-Dsonar.organization=${{ github.repository_owner }}
-Dsonar.projectKey=${{ github.repository_owner }}_${{ github.event.repository.name }}
-Dsonar.pullrequest.key=${{ github.event.pull_request.number }}

View File

@@ -70,3 +70,4 @@ jobs:
args: >
-Dsonar.organization=${{ github.repository_owner }}
-Dsonar.projectKey=${{ github.repository_owner }}_${{ github.event.repository.name }}
-Dsonar.pullrequest.key=${{ github.event.pull_request.number }}