We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 170de3f commit 78fb50bCopy full SHA for 78fb50b
scanners/zap/Makefile
@@ -19,6 +19,6 @@ integration-tests:
19
kubectl -n integration-tests delete configmaps --all
20
helm -n integration-tests upgrade --install $(scanner) ./ --wait \
21
--set="parser.image.repository=docker.io/$(IMG_NS)/$(parser-prefix)-zap" \
22
- --set="parser.image.tag=3.1.0"
+ --set="parser.image.tag=$(IMG_TAG)"
23
kubectl apply -f ./integration-tests/automation-framework-configMap.yaml -n integration-tests
24
cd $(SCANNERS_DIR) && npm ci && cd $(scanner)/integration-tests && npm run test --yes --package jest@$(JEST_VERSION) $(scanner)/integration-tests
0 commit comments