Adding property for Gitea-Sonarqube-Bot.
This commit is contained in:
@@ -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
|
||||
sonar.analysis.sqbot=
|
||||
Reference in New Issue
Block a user