Update .woodpecker.yml
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2025-12-01 19:08:19 +00:00
parent 389750349f
commit 18f5e03ff7

View File

@@ -21,12 +21,15 @@ steps:
from_secret: SONAR_TOKEN
SONAR_URL:
from_secret: SONAR_URL
SONAR_ORGANIZATION:
from_secret: SONAR_ORGANIZATION
commands:
- >
sonar-scanner
-Dsonar.login=$SONAR_TOKEN
-Dsonar.host.url=$SONAR_URL
-Dsonar.projectKey=Magiciian_dummy-app
-Dsonar.organization=$SONAR_ORGANIZATION
-Dsonar.sources=.
- name: notify