Skip to content

Commit 59f1e2d

Browse files
Modified Scan workflow to contain PR number during a PR (#97)
1 parent ac37e9c commit 59f1e2d

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
@@ -71,3 +71,4 @@ jobs:
7171
args: >
7272
-Dsonar.organization=${{ github.repository_owner }}
7373
-Dsonar.projectKey=${{ github.repository_owner }}_${{ github.event.repository.name }}
74+
-Dsonar.pullrequest.key=${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)