From d45b55eaaf1b8071de34e73ae254a9bba75f2711 Mon Sep 17 00:00:00 2001 From: Dmitriy Kharlamov Date: Wed, 17 Mar 2021 14:47:56 +0300 Subject: [PATCH] Update sonar.yaml Fix scan only kafka-ui-react-app --- .github/workflows/sonar.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sonar.yaml b/.github/workflows/sonar.yaml index c3c313d3f5..c2065201dc 100644 --- a/.github/workflows/sonar.yaml +++ b/.github/workflows/sonar.yaml @@ -15,6 +15,8 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: SonarCloud Scan uses: SonarSource/sonarcloud-github-action@master + with: + projectBaseDir: kafka-ui-react-app env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}