From 328a2665014cd26c1999a1d9ab9eeb11cd67f25c Mon Sep 17 00:00:00 2001 From: Andrew <84722778+andrew-jameson@users.noreply.github.com> Date: Fri, 2 Feb 2024 14:12:00 -0500 Subject: [PATCH] can we just remove return code? (#2831) Co-authored-by: andrew-jameson --- scripts/zap-scanner.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/zap-scanner.sh b/scripts/zap-scanner.sh index d03259221..d66f12371 100755 --- a/scripts/zap-scanner.sh +++ b/scripts/zap-scanner.sh @@ -199,5 +199,3 @@ if [ "$ENVIRONMENT" = "nightly" ]; then echo "export ZAP_${TARGET}_FAIL_COUNT=$ZAP_FAIL_COUNT" } >> "$BASH_ENV" fi - -exit $ZAP_EXIT