From 53bac39869600fb9123a3150ec18a2f390ceca65 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Mon, 12 May 2025 11:53:30 -0400 Subject: [PATCH] update repro case Signed-off-by: William Woodruff --- .../test-data/artipacked/issue-755-repro.yml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/tests/integration/test-data/artipacked/issue-755-repro.yml b/tests/integration/test-data/artipacked/issue-755-repro.yml index c0c5cc6a..89b7dba8 100644 --- a/tests/integration/test-data/artipacked/issue-755-repro.yml +++ b/tests/integration/test-data/artipacked/issue-755-repro.yml @@ -1,14 +1,20 @@ # see https://github.com/woodruffw/zizmor/issues/755 -name: ISSUE-755-REPRO -on: push - -permissions: {} +on: + push: + branches: + - main jobs: - issue-755-repro: + deploy: runs-on: ubuntu-latest - + strategy: + matrix: + include: + - project_name: fake-vm + manifests: | + kubernetes/fake-vm + name: Deploy to Cluster steps: - name: Checkout uses: actions/checkout@v4