Compare commits

...

2 Commits

Author SHA1 Message Date
Julien HENRY
f7c83de4ca Add debug logs 2025-02-10 16:33:52 +01:00
Julien HENRY
74a64e051e SQSCANGHA-81 Update SonarScanner CLI to 7.0.1.4817 2025-02-10 15:57:19 +01:00
2 changed files with 4 additions and 2 deletions

View File

@@ -450,6 +450,7 @@ jobs:
uses: ./ uses: ./
with: with:
scannerBinariesUrl: http://localhost:8080/clientRedirectToSonarBinaries scannerBinariesUrl: http://localhost:8080/clientRedirectToSonarBinaries
scannerVersion: 6.2.1.4610
env: env:
NO_CACHE: true NO_CACHE: true
SONAR_HOST_URL: http://not_actually_used SONAR_HOST_URL: http://not_actually_used
@@ -550,7 +551,7 @@ jobs:
SONAR_ROOT_CERT: ${{ env.SONAR_ROOT_CERT_VALID }} SONAR_ROOT_CERT: ${{ env.SONAR_ROOT_CERT_VALID }}
SONAR_HOST_URL: https://localhost:4443 SONAR_HOST_URL: https://localhost:4443
with: with:
args: -Dsonar.login=admin -Dsonar.password=admin args: -X -Dsonar.login=admin -Dsonar.password=admin
projectBaseDir: ./test/example-project projectBaseDir: ./test/example-project
- name: Clear imported SSL certificates - name: Clear imported SSL certificates
run: | run: |

View File

@@ -16,7 +16,8 @@ inputs:
scannerVersion: scannerVersion:
description: Version of the Sonar Scanner CLI to use description: Version of the Sonar Scanner CLI to use
required: false required: false
default: 6.2.1.4610 # to be kept in sync with sonar-scanner-version # to be kept in sync with sonar-scanner-version
default: 7.0.1.4817
scannerBinariesUrl: scannerBinariesUrl:
description: URL to download the Sonar Scanner CLI binaries from description: URL to download the Sonar Scanner CLI binaries from
required: false required: false