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 =================="