Is your feature request related to a problem? Please describe.
Currently I have a git submodule in my repository which is checked out by some of the devguard workflows. There are some issues found there, but that shouldn't be my concern so I would like to exclude those directories from scanning.
Describe the solution you'd like
Provide a way to ignore specific files or folders from scanning, maybe with a sort of .gitignore file to use glob patterns.
Or provide a way to disable loading submodules recursively.