From de05fe340d944eb70ab400cf81891b8e02cb1c9a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 02:40:02 +0300 Subject: [PATCH] chore(deps): update kyverno/action-install-chainsaw action to v0.2.10 (#392) * chore(deps): update kyverno/action-install-chainsaw action to v0.2.10 Signed-off-by: Itay Grudev Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Itay Grudev --- .github/workflows/tests-cluster-chainsaw.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests-cluster-chainsaw.yaml b/.github/workflows/tests-cluster-chainsaw.yaml index 555b3fe07..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 @@ -26,7 +29,9 @@ 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 + with: + verify: true - name: Setup MinIO run: |