Skip to content

Commit

Permalink
feat(keycloak): ignore export files in 'detect secrets' step
Browse files Browse the repository at this point in the history
  • Loading branch information
dleard committed May 25, 2020
1 parent 785d4e4 commit 0868704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repos:
hooks:
- id: detect-secrets
args: ['--baseline', '.secrets.baseline']
exclude: (.*/tests/.*|openshift/deploy/secret|Makefile|keycloak-realm-export.json)
exclude: (.*/tests/.*|openshift/deploy/secret|Makefile|keycloak-[dev|test|prod]-realm-export.json)
- repo: https://github.com/jorisroovers/gitlint
rev: v0.12.0
hooks:
Expand Down

0 comments on commit 0868704

Please sign in to comment.