We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4274938 commit 10a6f69Copy full SHA for 10a6f69
1 file changed
.github/workflows/ci-security.yaml
@@ -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
29
+ advanced-security: false
0 commit comments