I used the command
sourceanalyzer -b myproj -scan -f myproj.fpr
to generate the scan report. (The project is built with ID "myproj" successfully) But it failed at 97% and giving the report with ZERO issues. Is it natural to have the Fortify report with no issues, given it has scanned 1,979 files ? Or it meaned the scanning just failed?
Thank you,
-Cosmo
Use the following to provide more information:
sourceanalyzer -b myproj -clean
sourceanalyzer -b myproj -debug-verbose -logfile TranslateLog.txt <your translation args here>
sourceanalyzer -b myproj -debug-verbose -logfile ScanLog.txt -scan -f myproj.fpr