Skip to content

Commit

Permalink
Merge pull request #1672 from DSD-DBS/gitleaks
Browse files Browse the repository at this point in the history
ci: Add Gitleaks to pre-commit configuration
  • Loading branch information
MoritzWeber0 authored Jul 25, 2024
2 parents 28e9e64 + dfcf174 commit d300295
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ default_install_hook_types: [commit-msg, pre-commit]
default_stages: [commit, merge-commit]
minimum_pre_commit_version: 3.2.0
repos:
- repo: https://github.com/gitleaks/gitleaks.git
rev: v8.18.4
hooks:
- id: gitleaks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
Expand Down

0 comments on commit d300295

Please sign in to comment.