We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b67f7a commit c7c1895Copy full SHA for c7c1895
1 file changed
.github/workflows/zizmor.yml
@@ -0,0 +1,27 @@
1
+name: Zizmor GitHub Actions Security Analysis
2
+
3
+on:
4
+ push:
5
+ branches: ["main"]
6
+ pull_request:
7
+ branches: ["**"]
8
+ workflow_dispatch:
9
10
+permissions:
11
+ contents: read
12
13
+jobs:
14
+ zizmor:
15
+ runs-on: ubuntu-latest
16
+ permissions:
17
18
+ security-events: write
19
+ steps:
20
+ - name: Checkout repository
21
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
22
+ with:
23
+ filter: 'tree:0'
24
+ persist-credentials: false
25
26
+ - name: Run zizmor
27
+ uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6
0 commit comments