From 18f5e03ff7dc03534c2fffdd3a2a1ba9ae475c5f Mon Sep 17 00:00:00 2001 From: rohit Date: Mon, 1 Dec 2025 19:08:19 +0000 Subject: [PATCH] Update .woodpecker.yml --- .woodpecker.yml | 3 +++ 1 file changed, 3 insertions(+) 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