Skip to content

Commit 66303c9

Browse files
committed
ci: zizmor workflow
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent 9504ab6 commit 66303c9

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

.github/workflows/zizmor.yml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
name: zizmor
2+
3+
permissions:
4+
contents: read
5+
6+
concurrency:
7+
group: ${{ github.workflow }}-${{ github.ref }}
8+
cancel-in-progress: true
9+
10+
on:
11+
workflow_dispatch:
12+
push:
13+
branches:
14+
- 'master'
15+
- 'v[0-9]*'
16+
tags:
17+
- 'v*'
18+
pull_request:
19+
paths-ignore:
20+
- '.github/releases.json'
21+
22+
jobs:
23+
zizmor:
24+
uses: crazy-max/.github/.github/workflows/zizmor.yml@20ef82212dc54bab5749f5e05576ca6d3c8a5773 # v1.1.0
25+
permissions:
26+
contents: read
27+
security-events: write
28+
with:
29+
version: v1.22.0
30+
min-severity: medium
31+
min-confidence: medium
32+
persona: pedantic
33+
no-online-audits: true

0 commit comments

Comments
 (0)