Java needs to be compiled before analysis & you’ll need to feed in the resulting binaries in addition to the code (docs).
C++ also needs to be compiled before analysis, using the Build Wrapper. Rather than feeding the binaries into analysis, you’ll feed in the Build Wrapper output file (docs)
I guess PS is for PostScript, which we don’t analyze
there are no particular requirements for analyzing Python & Go
Presumably you’ll use SonarScanner CLI. Those docs should get you started.
Hi Ann,
Appreciate your response, however, we are struggling to get JAVA compilation error-free.
The reason behind it is it has many environmental variable sets and if I simply do ant sonar, it’s not going to pick up the dependency on its own. This seems to be tedious or something we are missing.
Do we have any latest video to see how CPP + JAVA are scanned? That might help us