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 e5f1923 commit 64f4477Copy full SHA for 64f4477
.pre-commit-config.yaml
@@ -1,15 +1,16 @@
1
# .pre-commit-config.yaml
2
-default_stages: [commit]
+default_stages: [pre-commit]
3
+
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v4.3.0
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
- rev: v8.15.0
13
+ rev: v8.24.0
14
15
- id: gitleaks
16
name: detect hardcoded secrets
0 commit comments