From aec9ba2ddbf6070e7ff4f0393a10c036810a2552 Mon Sep 17 00:00:00 2001 From: Pere Miquel Brull Date: Fri, 27 May 2022 10:35:52 +0200 Subject: [PATCH] Sonar Project Settings (#5183) --- .github/workflows/py-tests-3_9.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/py-tests-3_9.yml b/.github/workflows/py-tests-3_9.yml index e1d7dfa8031..915bac9d3dc 100644 --- a/.github/workflows/py-tests-3_9.yml +++ b/.github/workflows/py-tests-3_9.yml @@ -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