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