From db7485f013db983777aa6e9ce73c5ff23423e360 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Wed, 4 Dec 2024 15:08:29 -0500 Subject: [PATCH] Adding property for Gitea-Sonarqube-Bot. --- sonar-project.properties | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/sonar-project.properties b/sonar-project.properties index 68b14a52..82d49718 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,18 +1,2 @@ sonar.projectKey=rinoa-docker - -# Source directories to analyze -sonar.sources=. - -# Include only the docker-compose.yml file for IaC analysis -sonar.inclusions=docker-compose.yml - -# Disable all other sensors explicitly -sonar.iac.enabled=true -sonar.iac.inclusions=**/docker-compose.yml -sonar.iac.exclusions=**/*.* # Exclude everything not explicitly included -sonar.exclusions=**/*.* - -# Explicitly include IaC file types (if required for broader IaC scanning) - -# Optional: Wait for quality gate in pipelines -sonar.qualitygate.wait=true \ No newline at end of file +sonar.analysis.sqbot= \ No newline at end of file