Skip to content

Commit 93ff279

Browse files
author
Ergin Akin
committed
ci: add zizmor workflow to scan PRs
1 parent bbd4d5c commit 93ff279

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/workflows/zizmor.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# yamllint disable rule:line-length
2+
---
3+
name: zizmor
4+
"on":
5+
pull_request:
6+
permissions:
7+
contents: read
8+
jobs:
9+
zizmor:
10+
runs-on: ubuntu-24.04
11+
steps:
12+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
13+
with:
14+
persist-credentials: false
15+
- uses: woodruffw/zizmor-action@597db4d7dc5730bdc1370197bf5678a5ca028abb
16+
with:
17+
minimum-severity: low

0 commit comments

Comments
 (0)