Skip to content

Commit

Permalink
chore(ci): add gitleaks in pre-commit hooks as an extra safety measure (
Browse files Browse the repository at this point in the history
#2677)

Co-authored-by: Heitor Lessa <[email protected]>
  • Loading branch information
step-security-bot and heitorlessa authored Jul 5, 2023
1 parent 3f24985 commit f297b3f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,8 @@ updates:
directory: /layer/scripts/layer-balancer
schedule:
interval: daily

- package-ecosystem: pip
directory: /docs
schedule:
interval: daily
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,7 @@ repos:
- id: terraform_fmt
args:
- --args=-recursive
- repo: https://github.com/gitleaks/gitleaks
rev: "7804d652c0460f0b61ea9bb2c1f202bfcdbbf144" # v8.16.3
hooks:
- id: gitleaks

0 comments on commit f297b3f

Please sign in to comment.