File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed
Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 1+ #
2+ # Copyright (c) 2026 Robert Bosch Manufacturing Solutions GmbH, Germany. All rights reserved.
3+ #
4+ name : GitHub Actions SAST (zizmor)
5+
6+ on :
7+ pull_request :
8+ branches : [ main ]
9+ push :
10+ branches : [ main ]
11+
12+ permissions : {}
13+
14+ jobs :
15+ zizmor :
16+ runs-on : ubuntu-latest
17+ permissions :
18+ contents : read
19+
20+ steps :
21+ - name : Checkout repository
22+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
23+ with :
24+ persist-credentials : false
25+
26+ - name : Run zizmor (PR annotations)
27+ uses : zizmorcore/zizmor-action@e639db99335bc9038abc0e066dfcd72e23d26fb4 # v0.3.0
28+ with :
29+ advanced-security : false
30+ version : v1.22.0
31+ annotations : true
32+ persona : auditor
33+ min-severity : medium
You can’t perform that action at this time.
0 commit comments