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

Commit ce10500

Browse files
committed
Fix CI Syntax
1 parent a382391 commit ce10500

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
@@ -397,7 +397,7 @@ jobs:
397397
--set="attribute.name=severity" \
398398
--set="attribute.value=high"
399399
helm -n integration-tests install test-scan ./scanners/test-scan/ \
400-
--set="parserImage.tag=sha-$(git rev-parse --short HEAD)"
400+
--set="parserImage.tag=sha-$(git rev-parse --short HEAD)" \
401401
--set="image.tag=sha-$(git rev-parse --short HEAD)"
402402
cd tests/integration/
403403
npx jest --ci --color read-write-hook

0 commit comments

Comments
 (0)