Skip to content

Commit 74c5431

Browse files
committed
Fix Sonarqube
1 parent e7036c4 commit 74c5431

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/sonarcloud.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
4141
- name: SonarCloud quality gate
4242
uses: SonarSource/sonarqube-quality-gate-action@v1.1.0
43+
with:
44+
scanMetadataReportFile: dist/quality/sonar/scannerwork/report-task.txt
4345
env:
4446
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4547
SONAR_HOST_URL: https://sonarcloud.io

0 commit comments

Comments
 (0)