how to integrate eclipse for security scan - Please provide step by step
Application Delivery Management
Application Modernization & Connectivity
CyberRes
IT Operations Management
how to integrate eclipse for security scan - Please provide step by step
Eclipse can be an odd beast sometimes, so some implementations are not successful with the SCA Scan Wizard option. If you wish or need this, you can instead use the Add Software feature in Eclipse to point to the appropriate folder/archive in the installed Fortify SCA to add the analyzer to the Eclipse UI, as described above.
However, be aware that running SCA scans from the IDE may offer you the worst performance for large code bases due to the overhead of your IDE and other OS features. It will be fine for small projects. Most advanced users will prefer to operate SCA from the CLI, which translates easily to running the same scans via a CI/CD pipeline, once you are familiar with the settings and usage. The included Scan Wizard GUI can be used to generate a CLI-based scan script (*.BAT or *.SH) and you can reverse-engineer that script to better learn how the CLI options are leveraged.
Refs:
https://www.microfocus.com/en-us/support/documentation
> https://www.microfocus.com/documentation/fortify-static-code/
>> https://www.microfocus.com/documentation/fortify-static-code-analyzer-and-tools/2210/
Eclipse can be an odd beast sometimes, so some implementations are not successful with the SCA Scan Wizard option. If you wish or need this, you can instead use the Add Software feature in Eclipse to point to the appropriate folder/archive in the installed Fortify SCA to add the analyzer to the Eclipse UI, as described above.
However, be aware that running SCA scans from the IDE may offer you the worst performance for large code bases due to the overhead of your IDE and other OS features. It will be fine for small projects. Most advanced users will prefer to operate SCA from the CLI, which translates easily to running the same scans via a CI/CD pipeline, once you are familiar with the settings and usage. The included Scan Wizard GUI can be used to generate a CLI-based scan script (*.BAT or *.SH) and you can reverse-engineer that script to better learn how the CLI options are leveraged.
Refs:
https://www.microfocus.com/en-us/support/documentation
> https://www.microfocus.com/documentation/fortify-static-code/
>> https://www.microfocus.com/documentation/fortify-static-code-analyzer-and-tools/2210/