Skip to content

Option to skip fs checks? #85

@apenney

Description

@apenney

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions