We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a85952 commit ac0419eCopy full SHA for ac0419e
1 file changed
.github/workflows/zizmor.yml
@@ -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
27
+ security-events: write
28
+ with:
29
+ min-severity: medium
30
+ min-confidence: medium
31
+ persona: pedantic
0 commit comments