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

Commit 855404f

Browse files
committed
Correct folder name in integration tests
1 parent be9cbc1 commit 855404f

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
@@ -292,7 +292,7 @@ jobs:
292292
npx jest --ci --color kube-hunter
293293
- name: "ssh-scan Integration Tests"
294294
run: |
295-
helm -n integration-tests install ssh-scan ./integrations/ssh-scan/ --set="parserImage.tag=sha-$(git rev-parse --short HEAD)"
295+
helm -n integration-tests install ssh-scan ./integrations/ssh_scan/ --set="parserImage.tag=sha-$(git rev-parse --short HEAD)"
296296
# Install dummy-ssh app
297297
helm -n demo-apps install dummy-ssh ./demo-apps/dummy-ssh/ --wait
298298
cd tests/integration/

0 commit comments

Comments
 (0)