We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbdcdd7 commit ccf8b58Copy full SHA for ccf8b58
.pre-commit-config.yaml
@@ -1,6 +1,5 @@
1
-- repo: [email protected]:Yelp/detect-secrets
2
- rev: v0.13.0
+repos:
+- repo: https://github.com/jenkins-x/jx-docs.git
3
+ rev: main
4
hooks:
- - id: detect-secrets
5
- args: ['--baseline', '.secrets.baseline']
6
- exclude: .*/tests/.*
+ - id: detect-secrets
0 commit comments