fix workflow: remove github dependency + duplicate scan
SonarQube Code Quality Scan / scan (push) Failing after 7s
SonarQube Code Quality Scan / scan (push) Failing after 7s
This commit is contained in:
@@ -33,7 +33,7 @@ jobs:
|
|||||||
- name: Run SonarQube Scan
|
- name: Run SonarQube Scan
|
||||||
run: |
|
run: |
|
||||||
sonar-scanner `
|
sonar-scanner `
|
||||||
-Dsonar.projectKey=squ_9dc79347652d093ed2f8f046ab204667d91fad32 `
|
-Dsonar.projectKey=sqp_4bae541a7a6ccfd4ebae43150ce5b8b5c1c34c50 `
|
||||||
-Dsonar.sources=./ `
|
-Dsonar.sources=./ `
|
||||||
-Dsonar.host.url=http://127.0.0.1:9000 `
|
-Dsonar.host.url=http://127.0.0.1:9000 `
|
||||||
-Dsonar.login=${{ secrets.SONAR_TOKEN }} `
|
-Dsonar.login=${{ secrets.SONAR_TOKEN }} `
|
||||||
|
|||||||
Reference in New Issue
Block a user