From dac283a39e204e6ef150463a1298fa1f80106ff2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 16:34:40 +0000 Subject: [PATCH 1/2] chore(deps): update kyverno/action-install-chainsaw action to v0.2.10 --- .github/workflows/tests-cluster-chainsaw.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests-cluster-chainsaw.yaml b/.github/workflows/tests-cluster-chainsaw.yaml index 555b3fe07..27d08e748 100644 --- a/.github/workflows/tests-cluster-chainsaw.yaml +++ b/.github/workflows/tests-cluster-chainsaw.yaml @@ -26,7 +26,7 @@ jobs: helm install prometheus-crds prometheus-community/prometheus-operator-crds - name: Install Chainsaw - uses: kyverno/action-install-chainsaw@b2f61a8d0459a65c476ac802514d88e1612b3396 # v0.2.9 + uses: kyverno/action-install-chainsaw@d1a61148c0437a66760d11d8575332305c2234cb # v0.2.10 - name: Setup MinIO run: | From c062fc596b5fd4cad7eff8cb73089aad28db9841 Mon Sep 17 00:00:00 2001 From: Itay Grudev Date: Wed, 25 Sep 2024 02:32:10 +0300 Subject: [PATCH 2/2] kyverno/action-install-chainsaw with verify:true Signed-off-by: Itay Grudev --- .github/workflows/tests-cluster-chainsaw.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/tests-cluster-chainsaw.yaml b/.github/workflows/tests-cluster-chainsaw.yaml index 27d08e748..8eafe045a 100644 --- a/.github/workflows/tests-cluster-chainsaw.yaml +++ b/.github/workflows/tests-cluster-chainsaw.yaml @@ -14,6 +14,9 @@ jobs: with: fetch-depth: 0 + - name: Install Cosign + uses: sigstore/cosign-installer@v3.6.0 + - name: Setup kind uses: ./.github/actions/setup-kind @@ -27,6 +30,8 @@ jobs: - name: Install Chainsaw uses: kyverno/action-install-chainsaw@d1a61148c0437a66760d11d8575332305c2234cb # v0.2.10 + with: + verify: true - name: Setup MinIO run: |