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
We should be able to ask an analysis of all files in a complex tree-structured directory.
There are no trivial solution to analyze all shell files in a directory (with multiple directory inclusion).
Temp solution: icode -f xml --output icode-report.xml ( e c h o (echo $(find . -name "*sh") | sed 's/.///g'))
3.1.0
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Expected behavior
We should be able to ask an analysis of all files in a complex tree-structured directory.
Actual behavior
There are no trivial solution to analyze all shell files in a directory (with multiple directory inclusion).
Temp solution: icode -f xml --output icode-report.xml (echo $(find . -name "*sh") | sed 's/.///g'))
Steps to reproduce behavior
Detection version
3.1.0
The text was updated successfully, but these errors were encountered: