Add Sonarqube Analyse
This commit is contained in:
@@ -18,7 +18,7 @@ jobs:
|
|||||||
# Disabling shallow clone is recommended for improving relevancy of reporting
|
# Disabling shallow clone is recommended for improving relevancy of reporting
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: SonarQube Scan
|
- name: SonarQube Scan
|
||||||
uses: sonarsource/sonarqube-scan:4.0.0
|
uses: sonarsource/sonar-scanner-cli
|
||||||
with:
|
with:
|
||||||
host: http://infra.bv.stef.lan:9000
|
SONAR_HOST_URL: http://infra.bv.stef.lan:9000
|
||||||
login: ${{ secrets.SONARQUBE_TOKEN }}
|
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user