I have an Eclipse plugin for Fortify. But it only works on Java projects.
We have some Java projects, but they are based on Maven non-Java projects. I can edit the project .project file and change their type to Java to enable scan formatting. But is there a better way to run Fortify checks in Maven-based projects?
EDIT To follow these steps as indicated in some posts below
- Install Maven Fortify Plugin
- Added details about the Maven plugin in my pom application
- Ran translate and scan commands. He generated fpr files as part of projects
- Also follow this useful blog http://fortify-maven.blogspot.in/
The only question I have is:
I have several projects in which an fpr file is created for each project. Can I create a consolidated fpr file for all projects in one place?
Cheers, Saurav
source share