mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-04 11:16:53 +00:00
added custom secrets management
This commit is contained in:
parent
6e513a2e71
commit
8f9d35b3b8
3 changed files with 131 additions and 0 deletions
|
|
@ -210,3 +210,10 @@
|
|||
types: [text]
|
||||
stages: [pre-commit, pre-push, manual]
|
||||
minimum_pre_commit_version: 3.2.0
|
||||
|
||||
- id: detect-secrets
|
||||
name: detects secrets from custom regex file
|
||||
description: can take in a custom regex file to scan for custom secrets.
|
||||
entry: detect-secrets
|
||||
langauge: python
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue