Skip to content

Commit

Permalink
Install kyverno chainsaw (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
bakito authored Nov 17, 2024
1 parent dae5c69 commit a8e08bf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,21 @@ jobs:
- uses: actions/checkout@v4
- id: kind
name: Install Kind with registry
uses: bakito/kind-with-registry-action@main
uses: ./
- name: Print registry
run: |
echo Kind registry: ${{ steps.kind.outputs.registry }} >> $GITHUB_STEP_SUMMARY
- name: Test tools
run: |
echo jq
jq --version
echo yq
yq --version
echo helm
helm version
echo chainsaw
chainsaw version
echo kubectl
kubectl version
kubectl get nodes
Expand Down
5 changes: 4 additions & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ runs:

- name: Install yq
uses: dcarbone/[email protected]


- name: Install Chainsaw
uses: kyverno/[email protected]

- name: Set up Registry Container
shell: bash
run: |
Expand Down

0 comments on commit a8e08bf

Please sign in to comment.