mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
pre-commit: add gitleaks to detect hardcoded secrets (#11064)
This commit is contained in:
parent
165ab0aabe
commit
1fbe1d7682
@ -25,6 +25,12 @@ repos:
|
|||||||
hooks:
|
hooks:
|
||||||
- id: identity
|
- id: identity
|
||||||
- id: check-hooks-apply
|
- id: check-hooks-apply
|
||||||
|
- repo: https://github.com/gitleaks/gitleaks
|
||||||
|
rev: v8.27.2
|
||||||
|
hooks:
|
||||||
|
- id: gitleaks
|
||||||
|
name: run gitleaks
|
||||||
|
description: detect hardcoded secrets
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v4.6.0
|
rev: v4.6.0
|
||||||
hooks:
|
hooks:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user