DotGitignore-like Include Paths #106
Labels
design decision needed
Maintainers must agree on a direction before this is worked on
enhancement
New feature or request
Feature Request
Add
--ignore-paths
to support git-like ignore syntax.Is your feature request related to a problem? Please describe.
--excluded-paths
and--included-paths
point to files containing paths to ignore or scan. My immediate thought is that the paths are similar to.dockerignore
,.gitignore
, etc. However they are regular expressions which are more painful to write.Describe the solution you'd like
Add
--ignore-paths .secretsignore
to the CLI that is modeled after other ignore files like.gitignore
or.dockerignore
..gitignore
and.dockerignore
support negating!
whereby this acts as an include, so there is no need for another file to include paths..secretsignore
only include YAML files
Describe alternatives you've considered
--excluded-paths
Teachability, Documentation, Adoption, Migration Strategy
The text was updated successfully, but these errors were encountered: