mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-12 07:48:14 +00:00
Sonar Project Settings (#5183)
This commit is contained in:
parent
4bbe4ef63d
commit
aec9ba2ddb
4
.github/workflows/py-tests-3_9.yml
vendored
4
.github/workflows/py-tests-3_9.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user