fix Sonar
Some checks failed
CI / validate_pr_title (pull_request) Failing after 36s
CI / ci (pull_request) Failing after 1m18s

This commit is contained in:
Luke Tainton 2025-02-09 20:17:50 +00:00
parent 9ed144b042
commit b5041555c5
Signed by: luke
SSH Key Fingerprint: SHA256:D34npKT7UaiT/7gULqu7EPSLWWVAjTjXf4kKfJ/fQBo
2 changed files with 1 additions and 2 deletions

View File

@ -19,5 +19,5 @@ jobs:
python-version: 3.13
secrets:
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST_URL }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

View File

@ -1,4 +1,3 @@
sonar.projectKey=roboluke
sonar.projectName=roboluke
sonar.python.version=3.13