Skip to content

Commit

Permalink
chore: bump chainsaw
Browse files Browse the repository at this point in the history
Signed-off-by: Charles-Edouard Brétéché <[email protected]>
  • Loading branch information
eddycharly committed Oct 24, 2024
1 parent 0d635f9 commit 93b4eb3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,11 @@ jobs:
set -e
make kind-create-cluster
make kind-load-taged-image
- name: Install Chainsaw
uses: kyverno/action-install-chainsaw@73115d8a049c89dd8e3799daac9d6c36f8b9b139 # v0.2.0
- name: Install Cosign
uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7.0
- name: Install chainsaw
uses: kyverno/action-install-chainsaw@d311eacde764f806c9658574ff64c9c3b21f8397 # v0.2.11
with:
verify: true
- name: Run Chainsaw Tests
run: chainsaw test tests/e2e-test/chainsaw-test.yaml

0 comments on commit 93b4eb3

Please sign in to comment.