Skip to content

Update base infrastructure #1364

Update base infrastructure

Update base infrastructure #1364

Workflow file for this run

---
name: kubescape
on:
workflow_dispatch:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- 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