We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Feature Request
Imagine the following repo structure:
src/ scripts/ 1.sh 2.sh text.txt main.py ... doc/ ...
It would be great to have the option to specify certain directories on which the autodetection of ShellScripts should be performed.
Introduce new input, e.g., scan-path or script-path, and implement the abovementioned functionality.
scan-path
script-path
The text was updated successfully, but these errors were encountered:
Using cd isn't recommended since we need a full path of scanned files for SARIF.
cd
The best approach is to filter file paths based on provided input.
Sorry, something went wrong.
This feature could enable us to implement some e2e tests.
jamacku
Successfully merging a pull request may close this issue.
Type of issue
Feature Request
Description
Imagine the following repo structure:
It would be great to have the option to specify certain directories on which the autodetection of ShellScripts should be performed.
Describe the solution you'd like
Introduce new input, e.g.,
scan-path
orscript-path
, and implement the abovementioned functionality.The text was updated successfully, but these errors were encountered: