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
How to exclude scanning the devDependencies for npm / js projects? Currently, the scans seem to be scanning for devDependencies by default, which generates many violations. This happens in both the Repo and PR Scans.
Hi @imranzunzani ,
In Frogbot we currently lack the option of excluding devDependencies from the scan.
However, this option is available on Jfrog Cli: in the Cli, If you want to change the dependency scanning type, you can use the following flag when trigger your scan: --dep-type
Meaning, you can trigger an audit scan locally on your machine by running the following command from your project directory: jf audit --dep-type prodOnly
When this flag is set to "prodOnly" the devDependencies will not be scanned.
In addition, you can add a feature request to the Frogbot project and our team will review it.
How to exclude scanning the
devDependencies
for npm / js projects? Currently, the scans seem to be scanning fordevDependencies
by default, which generates many violations. This happens in both the Repo and PR Scans.Something similar to:
jeremylong/DependencyCheck#3462
The text was updated successfully, but these errors were encountered: