Skip to content

Commit 10a6f69

Browse files
authored
ci: add zizmor workflow (#193)
1 parent 4274938 commit 10a6f69

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

.github/workflows/ci-security.yaml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# SPDX-FileCopyrightText: 2026 DB Systel GmbH
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
5+
name: CI security tests
6+
7+
on:
8+
push:
9+
branches:
10+
- main
11+
pull_request:
12+
13+
permissions: {}
14+
15+
jobs:
16+
zizmor:
17+
runs-on: ubuntu-latest
18+
permissions:
19+
contents: read
20+
steps:
21+
- name: Checkout repository
22+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
23+
with:
24+
persist-credentials: false
25+
26+
- name: Run zizmor
27+
uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3
28+
with:
29+
advanced-security: false

0 commit comments

Comments
 (0)