Skip to content

Commit 35e13b2

Browse files
authored
Add gitleaks to pre-commit to check so no tokens api keys etc. gets commited to the repo (#4454)
See https://github.com/gitleaks/gitleaks
1 parent 0cd8fc3 commit 35e13b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,7 @@ repos:
7676
additional_dependencies:
7777
- stylelint@16.11.0
7878
- stylelint-config-standard-scss@13.1.0
79+
- repo: https://github.com/gitleaks/gitleaks
80+
rev: v8.24.0
81+
hooks:
82+
- id: gitleaks

0 commit comments

Comments
 (0)