Skip to content

Commit

Permalink
add pre-commit hooks for gitleak and gitleak conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Granitosaurus committed Jul 22, 2023
1 parent 690aab7 commit 43a90bf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitleaks.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[allowlist]
description = "global allow lists"
paths = [
'''.devcontainer''',
]
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
repos:
- repo: https://github.com/zricethezav/gitleaks
rev: v8.17.0
hooks:
- id: gitleaks

0 comments on commit 43a90bf

Please sign in to comment.