Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

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 da26186 commit e3f1874
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 e3f1874

Please sign in to comment.