We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feb9ccc commit a6dcd71Copy full SHA for a6dcd71
1 file changed
.github/workflows/zizmor.yml
@@ -0,0 +1,24 @@
1
+name: GitHub Actions Security Analysis with zizmor 🌈
2
+
3
+on:
4
+ push:
5
+ branches: ["**"]
6
+ pull_request:
7
8
9
+permissions: {}
10
11
+jobs:
12
+ zizmor:
13
+ name: Run zizmor 🌈
14
+ runs-on: ubuntu-latest
15
+ permissions:
16
+ security-events: write # Required for upload-sarif (used by zizmor-action) to upload SARIF files.
17
+ steps:
18
+ - name: Checkout repository
19
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
20
+ with:
21
+ persist-credentials: false
22
23
+ - name: Run zizmor 🌈
24
+ uses: zizmorcore/zizmor-action@0dce2577a4760a2749d8cfb7a84b7d5585ebcb7d # v0.5.0
0 commit comments