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

Option to skip fs checks? #85

Open
apenney opened this issue Apr 18, 2023 · 1 comment
Open

Option to skip fs checks? #85

apenney opened this issue Apr 18, 2023 · 1 comment

Comments

@apenney
Copy link

apenney commented Apr 18, 2023

First, thank you for the plugin! I was working on setting this up tonight in a context where I only want container scanning, not fs scanning.

I tried a bunch of options such as:

skip-dirs: "/*"
skip-files: "/*"

Or:

skip-dirs: "**"
skip-files: "**"

But none of these seemed to successfully skip files. I was considering adding a skip-fs: true/false option and making the script that runs the fs check test for that variable but I wanted to run that idea past you first in case you have an easier way to achieve what I'm trying to do without changes?

@JAORMX
Copy link
Contributor

JAORMX commented May 4, 2023

@apenney I think having a direct flag that skips the fs check is fine! Thanks for taking a look and taking the time to write this up. Let me know if you need help and I'll make sure to review your PR.

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

No branches or pull requests

2 participants