Fortify, how to start analysis through command
How we can generate FortiFy report using command ??? on linux. In command, how we can include only some folders or files for analyzing and how we can give the location to store the report. etc. Please help.... Thanks, Karthik 1. Step#1 (clean cache) you need to plan scan structure before starting: scanid = 9999 (can be anything you like) ProjectRoot = /local/proj/9999/ WorkingDirectory = /local/proj/9999/working (this dir is huge, you need to "rm -rf ./working && mkdir ./working" before every scan, or byte code piles underneath this dir and consume your harddisk fast) log = /local/proj/9999