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

Commit 11ecd8b

Browse files
committed
Correct directory
1 parent 86d7c9f commit 11ecd8b

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
@@ -374,7 +374,7 @@ jobs:
374374
helm -n integration-tests uninstall test-scan update-category update-severity
375375
- name: "Hooks (ReadOnly) Integration Tests"
376376
run: |
377-
helm -n integration-tests install test-scan ./scanner/test-scan/ --set="parserImage.tag=sha-$(git rev-parse --short HEAD)"
377+
helm -n integration-tests install test-scan ./scanners/test-scan/ --set="parserImage.tag=sha-$(git rev-parse --short HEAD)"
378378
helm -n integration-tests install http-webhook ./demo-apps/http-webhook
379379
helm -n integration-tests install ro-hook ./hooks/generic-webhook/ --set="webhookUrl=http://http-webhook/hallo-welt"
380380
cd tests/integration/

0 commit comments

Comments
 (0)