Skip to content

Commit 4832367

Browse files
authored
Update sonar-evidence-example.yml
1 parent 613458f commit 4832367

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sonar-evidence-example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
# create evidence from sonar-scan analysis
6464
set +e
6565
# --FailOnAnalysisFailure causes a failure on gateway-failed sonar analysis
66-
./examples/sonar-scan-example/bin/sonar-scan-extractor-linux-amd64 --reportTaskFile=$PWD/.scannerwork/report-task.txt > predicate.json
66+
./examples/sonar-scan-example/bin/sonar-scan-extractor-linux-amd64 --MaxRetries=5 --reportTaskFile=$PWD/.scannerwork/report-task.txt > predicate.json
6767
EXIT_CODE=$?
6868
set -e
6969
# write the exit code to the github output so that it can be used in the evidence creation step

0 commit comments

Comments
 (0)