Skip to content

Commit f3b0c83

Browse files
committed
Add zizmor job
1 parent 783a633 commit f3b0c83

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/check.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,14 @@ jobs:
112112
env:
113113
SEMGREP_RULES: p/default
114114
115+
zizmor:
116+
name: zizmor/lint
117+
runs-on: ubuntu-24.04
118+
container: ghcr.io/woodruffw/zizmor
119+
steps:
120+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
121+
- run: zizmor --min-severity high .
122+
115123
complete:
116124
name: Static Analysis (complete)
117125
needs:
@@ -121,6 +129,7 @@ jobs:
121129
- 'semgrep'
122130
- 'dd-software-composition-analysis'
123131
- 'dd-static-analysis'
132+
- 'zizmor'
124133
runs-on: ubuntu-24.04
125134
steps:
126135
- run: echo "Done"

0 commit comments

Comments
 (0)