We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dddbee4 commit 564ad7aCopy full SHA for 564ad7a
.pre-commit-config.yaml
@@ -0,0 +1,16 @@
1
+# .pre-commit-config.yaml
2
+default_stages: [pre-commit]
3
+
4
+repos:
5
+ - repo: https://github.com/pre-commit/pre-commit-hooks
6
+ rev: v5.0.0
7
+ hooks:
8
+ - id: check-merge-conflict
9
+ - id: check-added-large-files
10
+ - id: trailing-whitespace
11
+ - id: end-of-file-fixer
12
+ - repo: https://github.com/zricethezav/gitleaks
13
+ rev: v8.24.0
14
15
+ - id: gitleaks
16
+ name: detect hardcoded secrets
0 commit comments