From 9d47eb690cdc4f85bfba50d42bebc2f800acc846 Mon Sep 17 00:00:00 2001 From: Eric Lipe Date: Mon, 15 Apr 2024 11:17:54 -0600 Subject: [PATCH] - recomment exit code --- scripts/zap-scanner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/zap-scanner.sh b/scripts/zap-scanner.sh index 145787ca8..ce351cb00 100755 --- a/scripts/zap-scanner.sh +++ b/scripts/zap-scanner.sh @@ -46,7 +46,7 @@ fi # Ensure the APP_URL is reachable from the zaproxy container if ! docker-compose run --rm zaproxy curl -Is "$APP_URL" > /dev/null 2>&1; then echo "Target application at $APP_URL is unreachable by ZAP scanner" - # exit 3 + exit 3 fi echo "================== OWASP ZAP tests =================="