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 2894119 commit 5d643aaCopy full SHA for 5d643aa
2 files changed
.github/workflows/zizmor.yml
@@ -0,0 +1,26 @@
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
+ pull_request:
16
17
+jobs:
18
+ run:
19
+ uses: crazy-max/.github/.github/workflows/zizmor.yml@bbd31df64ee0f097a02f12495f541f9236f18c46 # v1.2.0
20
+ permissions:
21
22
+ security-events: write
23
+ with:
24
+ min-severity: medium
25
+ min-confidence: medium
26
+ persona: pedantic
.github/zizmor.yml
@@ -0,0 +1,4 @@
+# https://docs.zizmor.sh/configuration/
+rules:
+ secrets-outside-env:
+ disable: true
0 commit comments