-
Notifications
You must be signed in to change notification settings - Fork 111
Open
Labels
Description
I'm running the following command, attempting to ignore node_modules but I can't quite seem to make it work. Can someone please offer advice?
docker run --rm --name=Glue \
-v $(PWD):/tmp/triage owasp/glue \
-t sfl \
-t retirejs \
-t nodesecurityproject \
-f teamcity \
--teamcity-min-level 1 \
--exclude node_modules \
--finding-file-path /tmp/triage/glue_ignore.json \
--debug \
/tmp/triage
Glue runs normally, and my --finding-file-path correctly ignores results... but I'd like to always ignore anything found in node_modules since I don't control everything my dependencies drag in. Currently SFL is flagging like 30+ files from that directory.
Reactions are currently unavailable