Skip to content

Commit

Permalink
revert changes on zap-scanner.py
Browse files Browse the repository at this point in the history
  • Loading branch information
raftmsohani committed Oct 17, 2023
1 parent 18efd9c commit dc5deee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/zap-scanner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if [ "$ENVIRONMENT" = "nightly" ]; then
fi
elif [ "$ENVIRONMENT" = "circle" ] || [ "$ENVIRONMENT" = "local" ]; then
if [ "$TARGET" = "frontend" ]; then
APP_URL="https://tdp-frontend-raft.app.cloud.gov/"
APP_URL="http://tdp-frontend/"
elif [ "$TARGET" = "backend" ]; then
APP_URL="http://tdp-frontend/"
else
Expand All @@ -40,7 +40,7 @@ cd "$TARGET_DIR" || exit 2


if [[ $(docker network inspect external-net 2>&1 | grep -c Scope) == 0 ]]; then
docker network create external-net
docker network create external-net
fi

# Ensure the APP_URL is reachable from the zaproxy container
Expand Down

0 comments on commit dc5deee

Please sign in to comment.