We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cf82d4 commit e1ee031Copy full SHA for e1ee031
tools/scanner/scan.mk
@@ -60,7 +60,7 @@ scanner/scan: scanner/build-app
60
-Dsonar.sources=. \
61
-Dsonar.exclusions=**/*.java \
62
-Dsonar.python.version="3.8, 3.9, 3.10" \
63
- -Dsonar.cfamily.build-wrapper-output="${SONAR_OUT_DIR}" \
+ -Dsonar.cfamily.compile-commands="${SONAR_OUT_DIR}/compile_commands.json" \
64
-Dsonar.cfamily.analysisCache.mode=server \
65
-Dsonar.host.url=https://sonarcloud.io \
66
-Dsonar.scm.provider=git \
0 commit comments