-
Notifications
You must be signed in to change notification settings - Fork 19
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
binskim scans files one by one #85
Comments
hi @fabio-s-franco - I was just hitting the same wall myself. I've found this documentation here which was helpful: https://github.com/microsoft/security-devops-azdevops/wiki You can use a gdnconfig file & supply that to the defender for devops task, as the config option, from the above docs:
There's also a sample file for BinSkim options (and other tools) further on the same page: https://github.com/microsoft/security-devops-azdevops/wiki#bandit-options I couldn't find this on Learn with the other pipeline yaml definitions, that would have made the search easier. |
There is no documentation and I couldn't find anything on the source code on how to customize the behavior of binskim.
The result is that it tries to scan files one by one, which makes the scan prohibitively slow (never succeeded to finish it).
If we can set the CLI argument through the extension, then it may be possible to use it.
The text was updated successfully, but these errors were encountered: