Scanner CLI version 5.0.1.3006 windows
Sonarqube version 10.2
Latest build Wrapper
c++ project. unable to share code.
When I run the sonarscanner everything seems to work, but the security report is only showing partial grading. See attachment. I’m not sure why all the items aren’t being graded. Its like this for all the report types. I’ve tried googling the issue but I’m not finding anything. I would like to know what code cause this.
cmd line arguments I use to run the sonarscanner
%sonarScannerMsBuildExePath% -Dbegin -X -Dsonar.projectName=“XXXX” -Dsonar.projectKey=“XXXX” -Dsonar.host.url=“https://XXXX” -Dsonar.token=“XXXX” -Dsonar.cfamily.build-wrapper-output=%buildWrapperOutput%
%sonarScannerBuildWrapperWinX86_X64Exe% --out-dir build_wrapper_output_directory %msBuildExePath% SlimDX.sln /t:Rebuild /p:Configuration=Debug /p:Platform=x64 /nodeReuse:False
%sonarScannerMsBuildExePath% -Dend -Dsonar.projectKey=“XXXX”
Thank you for any help you can give.
Justin