File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 directory : " /"
66 schedule :
77 interval : " monthly"
8+ cooldown :
9+ default-days : 7
Original file line number Diff line number Diff line change 1+ name : GitHub Actions Security Analysis with zizmor 🌈
2+
3+ on :
4+ push :
5+ branches :
6+ - main
7+ paths :
8+ - ' .github/**.yml'
9+ pull_request :
10+ paths :
11+ - ' .github/**.yml'
12+
13+ concurrency :
14+ group : ${{ github.workflow }}-${{ github.ref }}
15+ cancel-in-progress : true
16+
17+ permissions :
18+ contents : read
19+
20+ jobs :
21+ zizmor :
22+ name : Run zizmor 🌈
23+ runs-on : ubuntu-latest
24+ steps :
25+ - name : Checkout repository
26+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
27+ with :
28+ persist-credentials : false
29+
30+ - name : Run zizmor 🌈
31+ uses : zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6
32+ with :
33+ advanced-security : false
34+ annotations : true
35+ persona : ' pedantic'
You can’t perform that action at this time.
0 commit comments