Skip to content

Commit

Permalink
chore: verify chainsaw with cosign (#1155)
Browse files Browse the repository at this point in the history
* chore: verify chainsaw with cosign

Signed-off-by: Charles-Edouard Brétéché <[email protected]>

* codign

Signed-off-by: Charles-Edouard Brétéché <[email protected]>

---------

Signed-off-by: Charles-Edouard Brétéché <[email protected]>
  • Loading branch information
eddycharly authored Sep 9, 2024
1 parent 484d954 commit 95f622b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/run-tests/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@ inputs:
runs:
using: "composite"
steps:
- name: Install Cosign
uses: sigstore/cosign-installer@4959ce089c160fddf62f7b42464195ba1a56d382 # v3.6.0
- name: Install Chainsaw
uses: kyverno/action-install-chainsaw@b2f61a8d0459a65c476ac802514d88e1612b3396 # v0.2.9
with:
verify: true
- name: Test with Chainsaw
shell: bash
run: |
Expand Down

0 comments on commit 95f622b

Please sign in to comment.