Skip to content

Commit ac0419e

Browse files
committed
gha: add zizmor workflow
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 3a85952 commit ac0419e

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

.github/workflows/zizmor.yml

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

0 commit comments

Comments
 (0)