Skip to content

Commit

Permalink
feat(pre-commit): adds senstive data check like api keys and linting … (
Browse files Browse the repository at this point in the history
#4030)

* feat(pre-commit): adds senstive data check like api keys
---------

Signed-off-by: BLANKatGITHUB <131886247+BLANKatGITHUB@users.noreply.github.com>
  • Loading branch information
BLANKatGITHUB authored Nov 2, 2024
1 parent cd2ab4a commit 121a01f
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
Expand Up @@ -30,3 +30,10 @@ repos:
rev: 23.7.0
hooks:
- id: black

- repo: https://github.com/gitleaks/gitleaks
rev: v8.16.3
hooks:
- id: gitleaks


0 comments on commit 121a01f

Please sign in to comment.