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

recurse option does not work #78

Closed
sepidehkh opened this issue Apr 10, 2017 · 2 comments
Closed

recurse option does not work #78

sepidehkh opened this issue Apr 10, 2017 · 2 comments

Comments

@sepidehkh
Copy link

I'm running the following (dlls I want to check are directly placed under bin directory):

BinSkim.exe analyze bin -c default -r --output BinSkim.report

And I get this error:

error ERR997.NoValidAnalysisTargets : No valid analysis targets were specified.

Analysis did not complete due to one or more unrecoverable execution conditions.
Unexpected fatal runtime condition(s) observed: NoValidAnalysisTargets
@leovms
Copy link

leovms commented Jul 20, 2017

I ran into something similar. Try adding /* to your path, as in:

BinSkim.exe analyze bin/* -c default -r --output BinSkim.report

@michaelcfanning
Copy link
Member

This answer is correct, you need a wildcard specifier for recurse to work properly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants