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
Describe the bug Not sure if it's a bug, but I can run bandit on each file in a folder, however when I try to use /folder/*.py, it says
Files skipped (1): *.py (Invalid argument)
How should I fix this? I'm on Anaconda (latest version) on Windows 10.
The text was updated successfully, but these errors were encountered:
By default Bandit scans directories for *.py. So there is no need to enter *.py part of /folder/
*.py
/folder/
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Not sure if it's a bug, but I can run bandit on each file in a folder, however when I try to use /folder/*.py, it says
How should I fix this? I'm on Anaconda (latest version) on Windows 10.
The text was updated successfully, but these errors were encountered: