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

Commit e2829c8

Browse files
committed
Ensure hook image is using the image for the current commit
1 parent fe0ab8a commit e2829c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,9 @@ jobs:
404404
run: |
405405
helm -n integration-tests install test-scan ./scanners/test-scan/ --set="parserImage.tag=sha-$(git rev-parse --short HEAD)"
406406
helm -n integration-tests install http-webhook ./demo-apps/http-webhook
407-
helm -n integration-tests install ro-hook ./hooks/generic-webhook/ --set="webhookUrl=http://http-webhook/hallo-welt"
407+
helm -n integration-tests install ro-hook ./hooks/generic-webhook/ \
408+
--set="webhookUrl=http://http-webhook/hallo-welt" \
409+
--set="image.tag=sha-$(git rev-parse --short HEAD)"
408410
cd tests/integration/
409411
npx jest --ci --color read-only-hook
410412
helm -n integration-tests uninstall test-scan http-webhook ro-hook

0 commit comments

Comments
 (0)