Skip to content

Commit

Permalink
Add zizmor security linter to pre-commit (#48)
Browse files Browse the repository at this point in the history
* Add zizmor security linter to pre-commit

* Update .pre-commit-config.yaml
  • Loading branch information
tkoyama010 authored Dec 23, 2024
1 parent 1bf782b commit 3704e59
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 @@ -58,3 +58,7 @@ repos:
- id: taplo-format
# See options: https://taplo.tamasfe.dev/configuration/formatter-options.html
args: [--option, "reorder_arrays=true", --option, "reorder_keys=true"]
- repo: https://github.com/woodruffw/zizmor-pre-commit
rev: v0.8.0
hooks:
- id: zizmor

0 comments on commit 3704e59

Please sign in to comment.