Skip to content

Commit 78fb50b

Browse files
committed
Set parser image tag to IMG_TAG
Signed-off-by: fphoer <107252742+fphoer@users.noreply.github.com>
1 parent 170de3f commit 78fb50b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scanners/zap/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ integration-tests:
1919
kubectl -n integration-tests delete configmaps --all
2020
helm -n integration-tests upgrade --install $(scanner) ./ --wait \
2121
--set="parser.image.repository=docker.io/$(IMG_NS)/$(parser-prefix)-zap" \
22-
--set="parser.image.tag=3.1.0"
22+
--set="parser.image.tag=$(IMG_TAG)"
2323
kubectl apply -f ./integration-tests/automation-framework-configMap.yaml -n integration-tests
2424
cd $(SCANNERS_DIR) && npm ci && cd $(scanner)/integration-tests && npm run test --yes --package jest@$(JEST_VERSION) $(scanner)/integration-tests

0 commit comments

Comments
 (0)