Browse Source

Modified Scan workflow to contain PR number during a PR (#344)

pull/348/head
Matt Andreko 10 months ago committed by GitHub
parent
commit
1228c334e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      .github/workflows/scan.yml

1
.github/workflows/scan.yml

@ -71,3 +71,4 @@ jobs: @@ -71,3 +71,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 }}

Loading…
Cancel
Save