veye-checker icon indicating copy to clipboard operation
veye-checker copied to clipboard

Add include / exclude patterns

Open svogt opened this issue 7 years ago • 2 comments

It would be great if we could have ANT-style include / exclude patterns so it is possible to filter out some directories were copies of the same files are located. Eg. when scanning a JBoss directory there are some temp-dirs where deployed Jars are copied to (or thinking of a Tomcat, where Tomcat would have the exploded war alongside the normal war).

Example: veye_checker resolve . --exclude 'deploy/temp/**/*.jar' -o inventory.csv

svogt avatar Apr 27 '17 18:04 svogt

Great idea - will look into it.

timgluz avatar May 02 '17 09:05 timgluz

Will drop from 0.2.0 release - current work-around is to use bash script to feed matching paths;

timgluz avatar Jun 27 '17 10:06 timgluz