Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add include / exclude patterns #15

Open
svogt opened this issue Apr 27, 2017 · 2 comments
Open

Add include / exclude patterns #15

svogt opened this issue Apr 27, 2017 · 2 comments
Assignees

Comments

@svogt
Copy link

svogt commented Apr 27, 2017

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

@timgluz
Copy link
Contributor

timgluz commented May 2, 2017

Great idea - will look into it.

@timgluz timgluz added this to the 0.2.0 milestone May 2, 2017
@timgluz timgluz removed this from the 0.2.0 milestone Jun 27, 2017
@timgluz
Copy link
Contributor

timgluz commented Jun 27, 2017

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

@timgluz timgluz self-assigned this Jun 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants