From 6304bffe116ff7940f09d670415144d33d247397 Mon Sep 17 00:00:00 2001 From: raftmsohani <97037188+raftmsohani@users.noreply.github.com> Date: Fri, 21 Apr 2023 14:12:02 -0400 Subject: [PATCH] added develop to acf.hhs.gov domain in zap-scanner (#2496) --- scripts/zap-scanner.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/zap-scanner.sh b/scripts/zap-scanner.sh index cf1d62047..9d0974751 100755 --- a/scripts/zap-scanner.sh +++ b/scripts/zap-scanner.sh @@ -13,11 +13,9 @@ REPORT_NAME=owasp_report.html if [ "$ENVIRONMENT" = "nightly" ]; then - APP_URL="https://tdp-frontend-$TARGET_ENV.app.cloud.gov/" + APP_URL="https://tdp-frontend-$TARGET_ENV.acf.hhs.gov/" if [ "$TARGET_ENV" = "prod" ]; then APP_URL="https://tanfdata.acf.hhs.gov/" - elif [ "$TARGET_ENV" = "staging" ]; then - APP_URL="https://tdp-frontend-$TARGET_ENV.acf.hhs.gov/" fi elif [ "$ENVIRONMENT" = "circle" ] || [ "$ENVIRONMENT" = "local" ]; then if [ "$TARGET" = "frontend" ]; then