This repository was archived by the owner on Oct 14, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -396,15 +396,19 @@ jobs:
396
396
--set="image.tag=sha-$(git rev-parse --short HEAD)" \
397
397
--set="attribute.name=severity" \
398
398
--set="attribute.value=high"
399
- helm -n integration-tests install test-scan ./scanners/test-scan/ --set="parserImage.tag=sha-$(git rev-parse --short HEAD)"
399
+ helm -n integration-tests install test-scan ./scanners/test-scan/ \
400
+ --set="parserImage.tag=sha-$(git rev-parse --short HEAD)"
400
401
cd tests/integration/
401
402
npx jest --ci --color read-write-hook
402
403
helm -n integration-tests uninstall test-scan update-category update-severity
403
404
- name : " Hooks (ReadOnly) Integration Tests"
404
405
run : |
405
- helm -n integration-tests install test-scan ./scanners/test-scan/ --set="parserImage.tag=sha-$(git rev-parse --short HEAD)"
406
- helm -n integration-tests install http-webhook ./demo-apps/http-webhook --set="image.tag=sha-$(git rev-parse --short HEAD)"
407
- helm -n integration-tests install ro-hook ./hooks/generic-webhook/ --set="webhookUrl=http://http-webhook/hallo-welt" --set="image.tag=sha-$(git rev-parse --short HEAD)"
406
+ helm -n integration-tests install test-scan ./scanners/test-scan/ \
407
+ --set="parserImage.tag=sha-$(git rev-parse --short HEAD)"
408
+ helm -n integration-tests install http-webhook ./demo-apps/http-webhook
409
+ helm -n integration-tests install ro-hook ./hooks/generic-webhook/ \
410
+ --set="webhookUrl=http://http-webhook/hallo-welt" \
411
+ --set="image.tag=sha-$(git rev-parse --short HEAD)"
408
412
cd tests/integration/
409
413
npx jest --ci --color read-only-hook
410
414
helm -n integration-tests uninstall test-scan http-webhook ro-hook
You can’t perform that action at this time.
0 commit comments