We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7036c4 commit 74c5431Copy full SHA for 74c5431
1 file changed
.github/workflows/sonarcloud.yml
@@ -40,6 +40,8 @@ jobs:
40
41
- name: SonarCloud quality gate
42
uses: SonarSource/sonarqube-quality-gate-action@v1.1.0
43
+ with:
44
+ scanMetadataReportFile: dist/quality/sonar/scannerwork/report-task.txt
45
env:
46
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
47
SONAR_HOST_URL: https://sonarcloud.io
0 commit comments