Skip to content

Commit

Permalink
y commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sharmayajush committed Aug 30, 2023
1 parent 2bb469e commit aca216b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,23 @@ jobs:
- name: accuknox-install
id: install-accuknox
uses: accuknox/[email protected]

- 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: Run accuknox-report
id: report-accuknox
Expand Down

0 comments on commit aca216b

Please sign in to comment.