diff --git a/.woodpecker.yml b/.woodpecker.yml index bcae3e8..9df175f 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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