Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 4eab9c5

Browse files
committed
Run kube-hunter integration tests in ci
1 parent bcf3b3b commit 4eab9c5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,11 @@ jobs:
269269
helm -n integration-tests install nmap ./integrations/nmap/ --set="parserImage.tag=sha-$(git rev-parse --short HEAD)"
270270
cd tests/integration/
271271
npx jest --ci --color nmap
272+
- name: "Kube-hunter Integration Tests"
273+
run: |
274+
helm -n integration-tests install kube-hunter ./integrations/kube-hunter/ --set="parserImage.tag=sha-$(git rev-parse --short HEAD)"
275+
cd tests/integration/
276+
npx jest --ci --color kube-hunter
272277
- name: "Inspect Operator"
273278
run: |
274279
echo "Deployment in namspace 'securecodebox-system'"

0 commit comments

Comments
 (0)