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
I've never used Bandit, but I saw there is an integration within Code Climate and I'm interested in giving it a try. https://docs.codeclimate.com/docs/bandit
I'm not quite sure what Bandit does with minimal configuration, here is my output during the CI build:
With the following .codeclimate.yml config file:
.codeclimate.yml
bandit: # Security - See https://docs.codeclimate.com/docs/bandit enabled: true
I feel like not much is being done there, and wonder if there are any guide or doc. I'm using python 2.7 with Django 1.8
The text was updated successfully, but these errors were encountered:
I think you must to add on the .codeclimate.yml file at last the options "ini", "configfile" and "baseline" to help the on the project configurarion
Sorry, something went wrong.
No branches or pull requests
I've never used Bandit, but I saw there is an integration within Code Climate and I'm interested in giving it a try. https://docs.codeclimate.com/docs/bandit
I'm not quite sure what Bandit does with minimal configuration, here is my output during the CI build:

With the following
.codeclimate.yml
config file:I feel like not much is being done there, and wonder if there are any guide or doc.
I'm using python 2.7 with Django 1.8
The text was updated successfully, but these errors were encountered: