Configuring local analysis options
Customize the security content and the amount of memory Fortify Static Code Analyzer uses during a local analysis with the analysis settings. You can also specify the SQL type your project uses.
To configure the analysis settings:
Select Tools > Fortify > Analysis Settings.
The Fortify Analysis Settings dialog box opens to the Analysis Configuration tab.
To specify the location of OpenText SAST:
Click Browse to the right of Fortify executable path.
Go to
<sca_install_dir>/bin/, and selectsourceanalyzer.exe(on Windows) orsourceanalyzer(on non-Windows).Click OK.
To specify the amount of memory to use for the scan, in the Memory (MB) box, type an integer.
Do not allocate more than two thirds of the available physical memory.
- By default, the OpenText SAST treats SQL files as though they use the T-SQL procedural language on Windows systems and PL/SQL on other platforms. To specify the procedural language for analysis, from the SQL type list, select TSQL or PLSQL.
To use specific security content to analyze the project (instead of all the security content):
- Under Security Content, clear the Use all installed security content check box.
- In the Installed Fortify Security Content list, select the check boxes for the rules to apply during the scan.
- If you have custom security content installed, in the Installed Custom Security Content list, select the check boxes for the custom security content you want to apply during the scan.
- Click OK.
See Also