We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aabbfb3 commit d2ab1e7Copy full SHA for d2ab1e7
2 files changed
.github/workflows/zizmor.yml
@@ -0,0 +1,27 @@
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
+ - 'master'
15
+ - 'releases/v*'
16
+ pull_request:
17
18
+jobs:
19
+ run:
20
+ uses: crazy-max/.github/.github/workflows/zizmor.yml@bbd31df64ee0f097a02f12495f541f9236f18c46 # v1.2.0
21
+ permissions:
22
23
+ security-events: write
24
+ with:
25
+ min-severity: medium
26
+ min-confidence: medium
27
+ persona: pedantic
.github/zizmor.yml
@@ -0,0 +1,4 @@
+# https://docs.zizmor.sh/configuration/
+rules:
+ secrets-outside-env:
+ disable: true
0 commit comments