Update sonar.yaml

Fix scan only kafka-ui-react-app
This commit is contained in:
Dmitriy Kharlamov 2021-03-17 14:47:56 +03:00 committed by GitHub
parent cfd10643e5
commit d45b55eaaf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}