homer: bump reloader version with fixes from https://github.com/paulf… #2243
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: kubescape | |
on: | |
workflow_dispatch: | |
push: | |
branches: [master] | |
pull_request: | |
branches: [master] | |
jobs: | |
scan: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 | |
- name: Download latest kubescape | |
run: curl -s https://raw.githubusercontent.com/armosec/kubescape/master/install.sh | /bin/bash | |
- run: PATH=$PATH:/home/runner/.kubescape/bin make kubescape |