Skip to content

Commit d489bba

Browse files
authored
Precommit: Add gitleaks scanning to precommit (#254)
1 parent 70798f3 commit d489bba

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,14 @@ repos:
66
entry: scripts/lint-commit.sh
77
stages: [ commit-msg ]
88
language: system
9+
910
- id: run-biome
1011
name: Check for linting and formatting for source code using Biome
1112
entry: scripts/run-biome.sh
1213
stages: [ pre-commit ]
13-
language: system
14+
language: system
15+
16+
- repo: https://github.com/gitleaks/gitleaks
17+
rev: v8.26.0
18+
hooks:
19+
- id: gitleaks

0 commit comments

Comments
 (0)