Skip to content

Commit

Permalink
Add pre-commit configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
ehdieunguyen committed Aug 3, 2023
1 parent a37591c commit f99584a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# please read more at https://employmenthero.atlassian.net/wiki/spaces/PLAT/pages/2570453361/Gitleaks#Local-scan-setup
# to make gitleaks scan your commit at local machine
repos:
- repo: https://github.com/gitleaks/gitleaks
rev: v8.17.0
hooks:
- id: gitleaks-docker

0 comments on commit f99584a

Please sign in to comment.