Update README.md #7
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: learn-accuknox-install-action | |
on: [push] | |
jobs: | |
check-working: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repo | |
uses: actions/checkout@v3 | |
with: | |
submodules: true | |
- name: Checkout kubearmor repo | |
uses: actions/checkout@v3 | |
with: | |
repository: kubearmor/KubeArmor | |
ref: main | |
path: Kubearmor | |
- name: Setup a Kubernetes environment | |
run: | | |
./Kubearmor/contribution/k3s/install_k3s.sh | |
sudo apt install socat | |
- name: Install accuknoxcli, KubeArmor and Discovery Engine | |
uses: accuknox/[email protected] |