File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ # This Source Code Form is subject to the terms of the Mozilla Public
2+ # License, v. 2.0. If a copy of the MPL was not distributed with this
3+ # file, You can obtain one at http://mozilla.org/MPL/2.0/.
4+ ---
5+ name : GitHub Actions Security Analysis with zizmor 🌈
6+
7+ on :
8+ push :
9+ branches : ["main"]
10+ pull_request :
11+ branches : ["**"]
12+
13+ permissions : {}
14+
15+ jobs :
16+ zizmor :
17+ name : Run zizmor 🌈
18+ runs-on : ubuntu-latest
19+ permissions :
20+ security-events : write # Required for upload-sarif (used by zizmor-action) to upload SARIF files.
21+ steps :
22+ - name : Checkout repository
23+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
24+ with :
25+ persist-credentials : false
26+
27+ - name : Run zizmor 🌈
28+ uses : zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3
You can’t perform that action at this time.
0 commit comments