You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'm trying to integrate Bandit into a python tool that I have but I don't want to shell out or rely on subprocess to call bandit this way:
Is your feature request related to a problem? Please describe.
I'm trying to integrate Bandit into a python tool that I have but I don't want to shell out or rely on subprocess to call bandit this way:
subprocess.Popen(['bandit', '-r', full_path], stdout=subprocess.PIPE)
Describe the solution you'd like
It would be beneficial if we could do something like:
as an example
The text was updated successfully, but these errors were encountered: