Skip to content

cli: Add --disable-vcs-patterns option to scanner scan command

Franck Bret requested to merge franckbret/swh-scanner:disable-vcs-ignore into master

The --disable-vcs-patterns option for the scanner scan command disable the detection of vcs ignore file (e.g. .gitignore, .hgignore, svn ignore file) and as a result do not use their exclusion definition as exclude patterns.

Merge request reports