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