veye-checker
veye-checker copied to clipboard
Add include / exclude patterns
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
Great idea - will look into it.
Will drop from 0.2.0
release - current work-around is to use bash script to feed matching paths;