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?
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:
Or:
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
fscheck 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?