{"id":15705710,"url":"https://github.com/noqcks/codeclimate-bandit","last_synced_at":"2025-05-12T15:41:06.825Z","repository":{"id":43362414,"uuid":"151515668","full_name":"noqcks/codeclimate-bandit","owner":"noqcks","description":"A codeclimate engine for bandit.","archived":false,"fork":false,"pushed_at":"2022-12-20T05:44:39.000Z","size":19,"stargazers_count":5,"open_issues_count":0,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-20T14:42:31.093Z","etag":null,"topics":["bandit","codeclimate","codeclimate-engine","python"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/noqcks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-10-04T03:52:45.000Z","updated_at":"2023-03-28T12:44:25.000Z","dependencies_parsed_at":"2022-07-07T23:14:53.053Z","dependency_job_id":null,"html_url":"https://github.com/noqcks/codeclimate-bandit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noqcks%2Fcodeclimate-bandit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noqcks%2Fcodeclimate-bandit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noqcks%2Fcodeclimate-bandit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noqcks%2Fcodeclimate-bandit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/noqcks","download_url":"https://codeload.github.com/noqcks/codeclimate-bandit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253766962,"owners_count":21961030,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bandit","codeclimate","codeclimate-engine","python"],"created_at":"2024-10-03T20:19:16.366Z","updated_at":"2025-05-12T15:41:06.801Z","avatar_url":"https://github.com/noqcks.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Code Climate Bandit Engine\n\nCode Climate Engine to run [Bandit](https://github.com/PyCQA/bandit).\n\nBandit is a tool designed to find common security issues in Python code.\n\n## Installation\n\n```\ngit clone https://github.com/noqcks/codeclimate-bandit\ncd codeclimate-bandit\nmake release\n```\n\n## Usage\n\n.codeclimate.yml\n```\nplugins:\n  bandit:\n    enabled: true\n```\n\nAnd then run the engine:\n\n```\ncodeclimate analyze\n```\n\n## Configuration\n\nThe engine supports the native config file for Bandit. You can select the specific test plugins to run and override default Bandit configuration using this file. More information on the config file can be found in the [Bandit documentation](https://docs.openstack.org/bandit/latest/config.html).\n\nA `.bandit.yaml` included at the root of your project will be included during engine run.\n\nExample `.bandit.yaml`:\n\n```\nskips: ['B101', 'B601', 'B404']\n```\n\n## TODO\n\n- support different locations of .bandit.yaml\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoqcks%2Fcodeclimate-bandit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoqcks%2Fcodeclimate-bandit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoqcks%2Fcodeclimate-bandit/lists"}