Skip to content

Commit 291feb6

Browse files
committed
Disable sonarQube until security makes it work
This matches ohai, chef, and other repos. Signed-off-by: Phil Dibowitz <phil@ipom.com>
1 parent a30599c commit 291feb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-main-pull-request-stub-1.0.7.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116

117117
# perform SonarQube scan, with or without unit test coverage data
118118
# requires secrets SONAR_TOKEN and SONAR_HOST_URL (progress.sonar.com)
119-
perform-sonarqube-scan: true
119+
perform-sonarqube-scan: false
120120
# perform-sonar-build: true
121121
# build-profile: 'default'
122122
# report-unit-test-coverage: true

0 commit comments

Comments
 (0)