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

Commit e4861ef

Browse files
committed
Pin kube-hunter version for integration tests
1 parent ab95c63 commit e4861ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ jobs:
441441
run: |
442442
helm -n integration-tests install kube-hunter ./scanners/kube-hunter/ \
443443
--set="parserImage.tag=sha-$(git rev-parse --short HEAD)" \
444-
--set="image.tag=sha-$(git rev-parse --short HEAD)"
444+
--set="image.tag=0.3.0"
445445
cd tests/integration/
446446
npx jest --ci --color kube-hunter
447447
- name: "ssh-scan Integration Tests"

0 commit comments

Comments
 (0)