Skip to content

Commit

Permalink
chore(deps): update kyverno/action-install-chainsaw action to v0.2.10 (
Browse files Browse the repository at this point in the history
…#392)

* chore(deps): update kyverno/action-install-chainsaw action to v0.2.10

Signed-off-by: Itay Grudev <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Itay Grudev <[email protected]>
  • Loading branch information
renovate[bot] and itay-grudev authored Sep 24, 2024
1 parent 0bfb297 commit de05fe3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/tests-cluster-chainsaw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
with:
fetch-depth: 0

- name: Install Cosign
uses: sigstore/[email protected]

- name: Setup kind
uses: ./.github/actions/setup-kind

Expand All @@ -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: |
Expand Down

0 comments on commit de05fe3

Please sign in to comment.