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 b725a20 commit 93c4f0dCopy full SHA for 93c4f0d
1 file changed
.pre-commit-config.yaml
@@ -8,3 +8,9 @@ repos:
8
args: [--fix, --exit-non-zero-on-fix]
9
# Run the formatter
10
- id: ruff-format
11
+
12
+# Scan for secret files that should not be committed
13
+- repo: https://github.com/gitleaks/gitleaks
14
+ rev: v8.30.0
15
+ hooks:
16
+ - id: gitleaks
0 commit comments