Detect OpenSSH private keys

This commit is contained in:
Cameron Paul 2015-03-06 12:45:32 -08:00
parent 9d1ac3273b
commit 68a7729327
5 changed files with 64 additions and 0 deletions

View file

@ -31,6 +31,7 @@ Add this to your `.pre-commit-config.yaml`
- `check-xml` - Attempts to load all xml files to verify syntax.
- `check-yaml` - Attempts to load all yaml files to verify syntax.
- `debug-statements` - Check for pdb / ipdb / pudb statements in code.
- `detect-private-key` - Checks for the existence of private keys
- `double-quote-string-fixer` - This hook replaces double quoted strings with single quoted strings
- `end-of-file-fixer` - Makes sure files end in a newline and only a newline.
- `flake8` - Run flake8 on your python files