Skip to content

Commit a11aa80

Browse files
committed
SEC: enable security audits with zizmor + pre-commit
1 parent 1965d12 commit a11aa80

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ repos:
1515
- id: check-added-large-files
1616
args: ['--maxkb=100'] ## prevent files larger than 100kB from being commited (exclude git lfs files)
1717

18+
- repo: https://github.com/zizmorcore/zizmor-pre-commit
19+
rev: v1.23.1
20+
hooks:
21+
- id: zizmor
22+
1823
- repo: https://github.com/Lucas-C/pre-commit-hooks-nodejs
1924
rev: v1.1.2
2025
hooks:

0 commit comments

Comments
 (0)