-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
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