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
{{ message }}
This repository was archived by the owner on Oct 9, 2025. It is now read-only.
I would like to scan my node-modules folder packages(which is created after running npm install) before scanning my War file( which is generated after using "npm run build" command**
What feature or behavior is this required for?
I added the copy-modules- webpack plugin code in "webpack-config-dev" file and have also set includepackage.json to true. So now How should I perform the scan? (PS: My company uses Jenkins-Nexus platform plugin which will perform scan of "war" file and give a link of Nexus results report)
How could we solve this issue? (Not knowing is okay!)
How do we run the scan after including this plugin in " webpack config -dev file"
PS: I am pulling the packages using remote Jfrog artifactory which is directed to Open-source npmjs.org so scanning these packages is important for security compliance. Seeking some suggestions to scan it using Nexus IQ scanner @rpokorny@304NotModified@elijahe@seminolas@mpiggott@scherzhaft