Compare commits
2 Commits
v5.3.1
...
jh/update_
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f7c83de4ca | ||
|
|
74a64e051e |
3
.github/workflows/qa-main.yml
vendored
3
.github/workflows/qa-main.yml
vendored
@@ -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: |
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user