feat(ci): switch to SonarQube self-hosted
This commit is contained in:
parent
709ad18edd
commit
9ed144b042
@ -18,5 +18,6 @@ jobs:
|
||||
with:
|
||||
python-version: 3.13
|
||||
secrets:
|
||||
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST_URL }}
|
||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
||||
|
@ -11,6 +11,7 @@ jobs:
|
||||
with:
|
||||
python-version: 3.13
|
||||
secrets:
|
||||
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST_URL }}
|
||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
sonar.organization=luketainton
|
||||
sonar.projectKey=luketainton_roboluke-tasks2
|
||||
sonar.projectName=roboluke-tasks
|
||||
sonar.projectVersion=1.0
|
||||
|
||||
sonar.projectKey=roboluke
|
||||
sonar.projectName=roboluke
|
||||
sonar.python.version=3.13
|
||||
sonar.python.coverage.reportPaths=coverage.xml
|
||||
sonar.python.pylint.reportPaths=lintreport.txt
|
||||
|
Loading…
x
Reference in New Issue
Block a user