This repository was archived by the owner on Apr 27, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 2424 hooks :
2525 - id : python-safety-dependencies-check
2626- repo : git://github.com/Lucas-C/pre-commit-hooks-bandit
27- sha : v1.0.3
27+ sha : v1.0.4
2828 hooks :
2929 - id : python-bandit-vulnerability-check
3030- repo : local
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ You can check the [plugins list](/openstack/bandit/tree/master/bandit/plugins) &
88## Usage
99```
1010- repo: https://github.com/Lucas-C/pre-commit-hooks-bandit
11- sha: v1.0.3
11+ sha: v1.0.4
1212 hooks:
1313 - id: python-bandit-vulnerability-check
1414```
Original file line number Diff line number Diff line change 55 name = 'pre-commit-hooks-bandit' ,
66 description = 'A pre-commit hook to find common security issues in your Python code' ,
77 url = 'https://github.com/Lucas-C/pre-commit-hooks-bandit' ,
8- version = '1.0.3 ' ,
8+ version = '1.0.4 ' ,
99
1010 author = 'Lucas Cimon' ,
11111212
1313 platforms = 'linux' ,
1414 classifiers = [
1515 'License :: OSI Approved :: MIT License' ,
16- 'Programming Language :: Python :: 2' ,
17- 'Programming Language :: Python :: 2.6' ,
18- 'Programming Language :: Python :: 2.7' ,
19- 'Programming Language :: Python :: 3' ,
20- 'Programming Language :: Python :: 3.3' ,
21- 'Programming Language :: Python :: 3.4' ,
16+ 'Programming Language :: Python :: 3.6' ,
2217 'Programming Language :: Python :: Implementation :: CPython' ,
2318 'Programming Language :: Python :: Implementation :: PyPy' ,
2419 ],
You can’t perform that action at this time.
0 commit comments