Skip to content

Commit c5ef677

Browse files
committed
Add zizmor.yml for SAST
1 parent cdbc507 commit c5ef677

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

.github/workflows/zizmor.yml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
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

0 commit comments

Comments
 (0)