Skip to content

Commit d5a0d2b

Browse files
author
Manuel
committed
build(sonar): Add path to generated file
1 parent 5b0420c commit d5a0d2b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/sonarqube-deploy-action.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
uses: SonarSource/sonarqube-quality-gate-action@v1.2.0
4343
with:
4444
pollingTimeoutSec: 120
45+
scanMetadataReportFile: target/sonar/report-task.txt
4546
env:
4647
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4748
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}

0 commit comments

Comments
 (0)