Skip to content

Commit d5ce70b

Browse files
Update .pre-commit-config.yaml to reference other Dependent on pr: jenkins-x/jx-docs#3749
1 parent e9aae81 commit d5ce70b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.pre-commit-config.yaml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
repos:
2-
- repo: git@github.com:Yelp/detect-secrets
3-
rev: v0.12.4
2+
- repo: https://github.com/jenkins-x/jx-docs.git
3+
rev: main
44
hooks:
55
- id: detect-secrets
6-
args: ['--baseline', '.secrets.baseline']
7-
exclude: .*/tests/.*

0 commit comments

Comments
 (0)