Skip to content
New issue

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

Recursive search of files for analysis #157

Closed
begarco opened this issue Sep 19, 2018 · 0 comments · Fixed by #190 or #191
Closed

Recursive search of files for analysis #157

begarco opened this issue Sep 19, 2018 · 0 comments · Fixed by #190 or #191

Comments

@begarco
Copy link
Contributor

begarco commented Sep 19, 2018

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 ( e c h o (echo $(find . -name "*sh") | sed 's/.///g'))

Steps to reproduce behavior

Detection version

3.1.0

@begarco begarco added this to the Version 4.0.0 milestone Sep 17, 2019
This was referenced Feb 9, 2020
@begarco begarco mentioned this issue Feb 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant