Skip to content

Commit 5da9189

Browse files
committed
debug
Signed-off-by: Cagri Yonca <cagri@ibm.com>
1 parent eed767b commit 5da9189

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/sonarqube.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,14 @@ jobs:
1313
- uses: actions/checkout@v4
1414
with:
1515
fetch-depth: 0
16-
- uses: sonarsource/sonarqube-scan-action@v5
16+
- uses: sonarsource/sonarqube-scan-action@v6
1717
env:
1818
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
19-
SONAR_HOST_URL: https://sonarcloud.io
19+
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
20+
SONAR_SCANNER_OPTS: "-Dsonar.scanner.skipJreProvisioning=true"
21+
with:
22+
args: >
23+
-Dsonar.scanner.verifySSL=false
2024
# If you wish to fail your job when the Quality Gate is red, uncomment the
2125
# following lines. This would typically be used to fail a deployment.
2226
# We do not recommend to use this in a pull request. Prefer using pull request

0 commit comments

Comments
 (0)