diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index a6f69db92..b8ee37f74 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -74,3 +74,4 @@ jobs: -Dsonar.organization=${{ github.repository_owner }} -Dsonar.projectKey=${{ github.repository_owner }}_${{ github.event.repository.name }} -Dsonar.exclusions=languages/** + -Dsonar.pullrequest.key=${{ github.event.pull_request.number }}