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

Doc - Usage with Code Climate #519

Open
Vadorequest opened this issue Jul 23, 2019 · 1 comment
Open

Doc - Usage with Code Climate #519

Vadorequest opened this issue Jul 23, 2019 · 1 comment
Labels
question Further information is requested

Comments

@Vadorequest
Copy link

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:
image

With the following .codeclimate.yml config file:

  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

@ehooo
Copy link
Contributor

ehooo commented Aug 3, 2019

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

@ericwb ericwb added the question Further information is requested label Aug 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants