initial commit
This commit is contained in:
15
.pre-commit-config.yaml
Normal file
15
.pre-commit-config.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v5.0.0
|
||||
hooks:
|
||||
- id: trailing-whitespace
|
||||
- id: end-of-file-fixer
|
||||
- id: check-yaml
|
||||
- id: check-added-large-files
|
||||
- id: check-merge-conflict
|
||||
- id: detect-private-key
|
||||
- repo: https://git.fridu.us/heckyel/gitleaks-pre-commit-hook
|
||||
rev: v1.0.0
|
||||
hooks:
|
||||
- id: gitleaks-template-report
|
||||
args: ["--template=leet", "--format=html", "--redact"]
|
||||
Reference in New Issue
Block a user