Browse Source

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

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

1
.github/workflows/scan.yml

@ -75,3 +75,4 @@ jobs: @@ -75,3 +75,4 @@ jobs:
-Dsonar.sources=.
-Dsonar.test.inclusions=**/*.spec.ts
-Dsonar.exclusions=**/*.spec.ts
-Dsonar.pullrequest.key=${{ github.event.pull_request.number }}

Loading…
Cancel
Save