We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9504ab6 commit 66303c9Copy full SHA for 66303c9
.github/workflows/zizmor.yml
@@ -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
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