Skip to content

Commit 0cf3677

Browse files
Modified Scan workflow to contain PR number during a PR (#141)
1 parent 4159f82 commit 0cf3677

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/scan.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,4 @@ jobs:
7474
args: >
7575
-Dsonar.organization=${{ github.repository_owner }}
7676
-Dsonar.projectKey=${{ github.repository_owner }}_${{ github.event.repository.name }}
77+
-Dsonar.pullrequest.key=${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)