mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2025-12-15 10:36:31 +00:00
Add debug logs
This commit is contained in:
parent
74a64e051e
commit
f7c83de4ca
1 changed files with 1 additions and 1 deletions
2
.github/workflows/qa-main.yml
vendored
2
.github/workflows/qa-main.yml
vendored
|
|
@ -551,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: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue