From d95c57de4634cb6008eb2f46612ffc07031ee9fd Mon Sep 17 00:00:00 2001 From: "Marten (via Claude Code)" Date: Mon, 13 Jul 2026 11:52:11 +0200 Subject: [PATCH] ci(zizmor): enforce high/high GitHub Actions security gate Co-Authored-By: Claude Opus 4.8 --- .github/workflows/zizmor.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/workflows/zizmor.yml diff --git a/.github/workflows/zizmor.yml b/.github/workflows/zizmor.yml new file mode 100644 index 0000000..4dd69bc --- /dev/null +++ b/.github/workflows/zizmor.yml @@ -0,0 +1,28 @@ +name: zizmor GitHub Actions security analysis + +on: + push: + branches: ["main"] + pull_request: + branches: ["**"] + +permissions: {} + +jobs: + zizmor: + name: zizmor + runs-on: ubuntu-latest + permissions: + contents: read # needed for checkout on this private/internal repo + steps: + - name: Checkout repository + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + with: + persist-credentials: false + + - name: Run zizmor 🌈 + uses: zizmorcore/zizmor-action@192e21d79ab29983730a13d1382995c2307fbcaa # v0.5.7 + with: + advanced-security: false + min-severity: high + min-confidence: high