diff --git a/sonar-project.properties b/sonar-project.properties
index 90ee856ad3f3bd1536d4326558d4b613afbb7dcb..f9aa329429b559c80a0b06b2f5dbcd50e17458f4 100644
--- a/sonar-project.properties
+++ b/sonar-project.properties
@@ -1,4 +1,5 @@
-sonar.analysis.mode=preview #change this value to 'publish' if you want to make the resluts public
+sonar.analysis.mode=preview
+#change this value to 'publish' if you want to make the results public
 sonar.projectKey=jami:daemon
 sonar.projectName=jami-daemon
 sonar.projectVersion=1.0
@@ -8,4 +9,5 @@ sonar.cxx.includeDirectories=ring-daemon/contrib/x86_64-linux-gnu/include/
 sonar.projectBaseDir=.
 sonar.sourceEncoding=UTF-8
 sonar.cxx.clangtidy.reportPath=ring-daemon/clang-tidy-report.txt
-sonar.report.export.path=sonar-report.json
+sonar.report.export.path=.scannerwork/sonar-report.json
+