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 783305e commit fa61657Copy full SHA for fa61657
.github/workflows/zizmor.yml
@@ -0,0 +1,25 @@
1
+name: GitHub Actions Security Analysis with zizmor 🌈
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - main
7
+ pull_request:
8
9
10
11
+permissions: {}
12
13
+jobs:
14
+ zizmor:
15
+ runs-on: ubuntu-latest
16
+ permissions:
17
+ security-events: write
18
+ steps:
19
+ - name: Checkout repository
20
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
21
+ with:
22
+ persist-credentials: false
23
24
+ - name: Run zizmor 🌈
25
+ uses: zizmorcore/zizmor-action@71321a20a9ded102f6e9ce5718a2fcec2c4f70d8 # v0.5.2
0 commit comments