Skip to content

Commit 08154af

Browse files
zizmor on pre-commit
Signed-off-by: Barabanov <[email protected]>
1 parent 38c5265 commit 08154af

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,10 @@ repos:
4646
hooks:
4747
- id: clang-format
4848
args: [--style=file, --version=13]
49+
50+
# zizmor detects security issues in GitHub Actions workflows.
51+
- repo: https://github.com/woodruffw/zizmor-pre-commit
52+
rev: v1.9.0
53+
hooks:
54+
- id: zizmor
55+
args: ["--min-severity", "low", "--min-confidence", "low"]

0 commit comments

Comments
 (0)