Skip to content

Commit c72265a

Browse files
committed
Disable verbose logging in SonarQube analysis
Signed-off-by: DavidOsipov <[email protected]>
1 parent 2f2a4de commit c72265a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonarqube.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,5 +390,5 @@ jobs:
390390
-Dsonar.python.version=3.10,3.11,3.12,3.13
391391
-Dsonar.languages=python
392392
-Dsonar.python.analyzeGeneratedCode=true
393-
-Dsonar.verbose=true
393+
-Dsonar.verbose=false
394394
${{ env.SONAR_EXTRA_ARGS }}

0 commit comments

Comments
 (0)