Sonar Project Settings (#5183)

This commit is contained in:
Pere Miquel Brull 2022-05-27 10:35:52 +02:00 committed by GitHub
parent 4bbe4ef63d
commit aec9ba2ddb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,6 +78,7 @@ jobs:
SONAR_TOKEN: ${{ secrets.INGESTION_SONAR_SECRET }}
with:
args: >
-Dproject.settings=ingestion/sonar-project.properties
-Dsonar.pullrequest.key=${{ github.event.pull_request.number }}
-Dsonar.pullrequest.branch=${{ github.head_ref }}
-Dsonar.pullrequest.github.repository=OpenMetadata
@ -90,3 +91,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.INGESTION_SONAR_SECRET }}
with:
args: >
-Dproject.settings=ingestion/sonar-project.properties