From f2569c749af539d0a1362b9873740881c976b10f Mon Sep 17 00:00:00 2001 From: "duc.do" Date: Fri, 4 Oct 2024 09:33:50 +0700 Subject: [PATCH] chore: update sonar config --- .github/workflows/sonar.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index ad9f903..6fca247 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -27,4 +27,6 @@ jobs: with: args: -Dsonar.projectKey=Terraform-provider - -Dsonar.qualitygate.wait=true \ No newline at end of file + -Dsonar.qualitygate.wait=true + -Dsonar.sources=fptcloud + -Dsonar.host.url=https://compute-sonarqube.bss.works/sonar \ No newline at end of file