Skip to content
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
v1.0.3
  • Loading branch information
Cimon Lucas (LCM) authored and Cimon Lucas (LCM) committed Jan 26, 2017
1 parent 1afcb6b commit a7d1af2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -23,7 +23,7 @@
hooks:
- id: python-safety-dependencies-check
- repo: git://github.com/Lucas-C/pre-commit-hooks-bandit
sha: v1.0.2
sha: v1.0.3
hooks:
- id: python-bandit-vulnerability-check
- repo: local
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@ You can check the [plugins list](/openstack/bandit/tree/master/bandit/plugins) &
## Usage
```
- repo: https://github.com/Lucas-C/pre-commit-hooks-bandit
sha: v1.0.2
sha: v1.0.3
hooks:
- id: python-bandit-vulnerability-check
```
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@
name='pre-commit-hooks-bandit',
description='A pre-commit hook to find common security issues in your Python code',
url='https://github.com/Lucas-C/pre-commit-hooks-bandit',
version='1.0.2',
version='1.0.3',

author='Lucas Cimon',
author_email='lucas.cimon@gmail.com',
Expand Down

0 comments on commit a7d1af2

Please sign in to comment.