Skip to content

Commit 54ae5d8

Browse files
authored
Add zizmor security linter to pre-commit
1 parent b9ddd82 commit 54ae5d8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.pre-commit-config.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,8 @@ repos:
110110
- id: taplo-format
111111
# See options: https://taplo.tamasfe.dev/configuration/formatter-options.html
112112
args: [--option, "reorder_arrays=true", --option, "reorder_keys=true"]
113+
114+
- repo: https://github.com/woodruffw/zizmor-pre-commit
115+
rev: v0.10.0
116+
hooks:
117+
- id: zizmor

0 commit comments

Comments
 (0)