Skip to content

Commit 43a90bf

Browse files
committedJul 22, 2023
add pre-commit hooks for gitleak and gitleak conf
1 parent 690aab7 commit 43a90bf

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
 

‎.gitleaks.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[allowlist]
2+
description = "global allow lists"
3+
paths = [
4+
'''.devcontainer''',
5+
]

‎.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
repos:
2+
- repo: https://github.com/zricethezav/gitleaks
3+
rev: v8.17.0
4+
hooks:
5+
- id: gitleaks

0 commit comments

Comments
 (0)
Please sign in to comment.