Skip to content

Commit

Permalink
added develop to acf.hhs.gov domain in zap-scanner (#2496)
Browse files Browse the repository at this point in the history
  • Loading branch information
raftmsohani authored Apr 21, 2023
1 parent b509670 commit 6304bff
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/zap-scanner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6304bff

Please sign in to comment.