Skip to content

Commit

Permalink
#1902 Update parser image in Makefile to use own parser
Browse files Browse the repository at this point in the history
Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
  • Loading branch information
Ilyesbdlala committed May 8, 2024
1 parent 99aab1e commit 3092ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scanners/zap-automation-framework/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ integration-tests:
kubectl -n integration-tests delete scans --all
kubectl -n integration-tests delete configmaps --all
helm -n integration-tests upgrade --install $(scanner) ./ --wait \
--set="parser.image.repository=docker.io/$(IMG_NS)/$(parser-prefix)-zap" \
--set="parser.image.repository=docker.io/$(IMG_NS)/$(parser-prefix)-$(name)" \
--set="parser.image.tag=$(IMG_TAG)"
kubectl apply -f ./integration-tests/automation-framework-configMap.yaml -n integration-tests
cd $(SCANNERS_DIR) && npm ci && cd $(scanner)/integration-tests && npm run test:integration -- $(scanner)/integration-tests

0 comments on commit 3092ed9

Please sign in to comment.