Skip to content

Commit cfbb717

Browse files
committed
feat: update pre-commit
1 parent 0e11ca0 commit cfbb717

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: security
22
on:
3-
pull_request:
43
push:
54
workflow_dispatch:
65
schedule:

.pre-commit-config.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,15 @@ repos:
1515
- id: check-yaml
1616
- id: check-added-large-files
1717
args: ["--maxkb=2000"]
18+
- repo: https://github.com/gitleaks/gitleaks
19+
rev: v8.28.0
20+
hooks:
21+
- name: gitleaks
22+
id: gitleaks
1823
- repo: local
1924
hooks:
2025
- id: lint
21-
name: Run linting
26+
name: lint
2227
entry: make lint
2328
language: system
2429
pass_filenames: false

0 commit comments

Comments
 (0)