You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem statement :
nar-plugin is not being supported with Fortify scan
Description:
by using nar-plugin for C++ files compilation for preparing Binaries
the compile options includes files linking options libraries in pom.xml
now for Fortify Scan it became ecessary to duplicate the efforts of providing same options explcitely for fortify scan as Fortify scan is not consuming the options in pom.xml
@vijaybhas The nar-maven-pluggin doesn't call on the sca-maven-plugin, and so this project configuration doesn't relate here.
You would need to raise issues with the sca-maven-plugin with ?SCA however I don't know where that would be from as the meta info in maven repo lookup is lacking.
To configure for the nar plugin to include the fortify prefix command you would include the fortifyID setting
It also expects that fortify is configured with licence and on the system path
Problem statement :
nar-plugin is not being supported with Fortify scan
Description:
by using nar-plugin for C++ files compilation for preparing Binaries
the compile options includes files linking options libraries in pom.xml
now for Fortify Scan it became ecessary to duplicate the efforts of providing same options explcitely for fortify scan as Fortify scan is not consuming the options in pom.xml
Fortify scan details:
sourceanalyzer –debug –verbose –logfile translate.log -b my_proj touchless mvn com.fortify.sca.plugins.maven:sca-maven-plugin:21.1.1:translate
[warning] nar type is not supported
let us know if any more details are requied
The text was updated successfully, but these errors were encountered: