added custom secrets management

This commit is contained in:
Sten Leinasaar 2025-12-12 13:17:44 +02:00 committed by GitHub
parent 6e513a2e71
commit 8f9d35b3b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 131 additions and 0 deletions

View file

@ -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