Skip to content

--exclude not working with SFL? #171

@arthurakay

Description

@arthurakay

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions