mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-08 12:34:17 +00:00
Detect OpenSSH private keys
This commit is contained in:
parent
9d1ac3273b
commit
68a7729327
5 changed files with 64 additions and 0 deletions
|
|
@ -49,6 +49,12 @@
|
|||
entry: debug-statement-hook
|
||||
language: python
|
||||
files: \.py$
|
||||
- id: detect-private-key
|
||||
name: Detect Private Key
|
||||
description: Detects the presence of private keys
|
||||
entry: detect-private-key
|
||||
language: python
|
||||
files: ''
|
||||
- id: double-quote-string-fixer
|
||||
name: Fix double quoted strings
|
||||
description: This hook replaces double quoted strings with single quoted strings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue