Skip to content

Commit ed935d9

Browse files
Modified Scan workflow to contain PR number during a PR (#718)
1 parent 682da52 commit ed935d9

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
@@ -75,3 +75,4 @@ jobs:
7575
-Dsonar.sources=.
7676
-Dsonar.test.inclusions=**/*.spec.ts
7777
-Dsonar.exclusions=**/*.spec.ts
78+
-Dsonar.pullrequest.key=${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)