Skip to content

Commit df5fb10

Browse files
committed
fix(CI): set zizmor min-severity to medium to ignore info-level findings
1 parent b5daa80 commit df5fb10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ jobs:
212212
run: pip install zizmor
213213

214214
- name: Scan GitHub Actions workflows
215-
run: zizmor --format plain .github/workflows/
215+
run: zizmor --format plain --min-severity medium .github/workflows/
216216

217217
wasm:
218218
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)