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 excluded or inclusive filesystems to scan #6

Open
minsis opened this issue Dec 28, 2021 · 3 comments · May be fixed by #7
Open

Add excluded or inclusive filesystems to scan #6

minsis opened this issue Dec 28, 2021 · 3 comments · May be fixed by #7

Comments

@minsis
Copy link

minsis commented Dec 28, 2021

We have many servers with the same mounted NFS mounts and we don't want to scan this multiple times. This app should allow either multiple specified file system paths or allow you to specify an excluded filesystem path, or maybe a combination of the two.

@1lann
Copy link
Owner

1lann commented Dec 28, 2021

I'd recommend just running the program multiple times for each directory you'd like to scan, it should be pretty trivial to write a bash script to automate this. I'm not sure if I'll update this anymore unless there's yet another vulnerable Log4j version lol.

@minsis
Copy link
Author

minsis commented Dec 28, 2021

Ok thanks. I'll probably just fork it and add the feature in. My situation isn't a trivial one unfortunately.

@minsis minsis linked a pull request Jan 4, 2022 that will close this issue
@minsis
Copy link
Author

minsis commented Jan 4, 2022

@1lann I added the feature and created a PR if you decide you want to include the feature.

I'm hardly knowable in go so hopefully what I added makes sense.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants