This repository was archived by the owner on Apr 27, 2022. It is now read-only.
Commit b0858b0 1 parent bee3ea7 commit b0858b0 Copy full SHA for b0858b0
File tree 3 files changed +4
-9
lines changed
3 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 24
24
hooks :
25
25
- id : python-safety-dependencies-check
26
26
- repo : git://github.com/Lucas-C/pre-commit-hooks-bandit
27
- sha : v1.0.3
27
+ sha : v1.0.4
28
28
hooks :
29
29
- id : python-bandit-vulnerability-check
30
30
- 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) &
8
8
## Usage
9
9
```
10
10
- repo: https://github.com/Lucas-C/pre-commit-hooks-bandit
11
- sha: v1.0.3
11
+ sha: v1.0.4
12
12
hooks:
13
13
- id: python-bandit-vulnerability-check
14
14
```
Original file line number Diff line number Diff line change 5
5
name = 'pre-commit-hooks-bandit' ,
6
6
description = 'A pre-commit hook to find common security issues in your Python code' ,
7
7
url = 'https://github.com/Lucas-C/pre-commit-hooks-bandit' ,
8
- version = '1.0.3 ' ,
8
+ version = '1.0.4 ' ,
9
9
10
10
author = 'Lucas Cimon' ,
11
11
author_email = 'lucas.cimon@gmail.com' ,
12
12
13
13
platforms = 'linux' ,
14
14
classifiers = [
15
15
'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' ,
22
17
'Programming Language :: Python :: Implementation :: CPython' ,
23
18
'Programming Language :: Python :: Implementation :: PyPy' ,
24
19
],
You can’t perform that action at this time.
0 commit comments