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 +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -328,9 +328,15 @@ jobs:
328328 npx jest --ci --color no-scan-definition-error
329329 - name : " Hooks Integration Tests"
330330 run : |
331- helm -n integration-tests install update-category ./hooks/update-field --set="attribute.name=category" --set="attribute.value=fancy-category"
332- helm -n integration-tests install update-severity ./hooks/update-field --set="attribute.name=severity" --set="attribute.value=high"
333- helm -n integration-tests install test-scan ./integrations/test-scan
331+ helm -n integration-tests install update-category ./hooks/update-field/ \
332+ --set="image.tag=sha-$(git rev-parse --short HEAD)" \
333+ --set="attribute.name=category" \
334+ --set="attribute.value=fancy-category"
335+ helm -n integration-tests install update-severity ./hooks/update-field/ \
336+ --set="image.tag=sha-$(git rev-parse --short HEAD)" \
337+ --set="attribute.name=severity" \
338+ --set="attribute.value=high"
339+ helm -n integration-tests install test-scan ./integrations/test-scan/ --set="parserImage.tag=sha-$(git rev-parse --short HEAD)"
334340 cd tests/integration/
335341 npx jest --ci --color read-write-hook
336342 helm -n integration-tests uninstall test-scan update-category update-severity
You can’t perform that action at this time.
0 commit comments