|
@@ -15,6 +15,8 @@ jobs:
|
|
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
|
|
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
|
|
- name: SonarCloud Scan
|
|
- name: SonarCloud Scan
|
|
uses: SonarSource/sonarcloud-github-action@master
|
|
uses: SonarSource/sonarcloud-github-action@master
|
|
|
|
+ with:
|
|
|
|
+ projectBaseDir: kafka-ui-react-app
|
|
env:
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
|
|
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
|
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|