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