Skip to content

Commit

Permalink
- back to 10 min
Browse files Browse the repository at this point in the history
  • Loading branch information
elipe17 committed Apr 15, 2024
1 parent cde3936 commit bb4fd29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/zap-scanner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ ZAP_CLI_OPTIONS="\
-config globalexcludeurl.url_list.url\(21\).enabled=true \
-config spider.postform=true"
# How long ZAP will crawl the app with the spider process
ZAP_SPIDER_MINS=2
ZAP_SPIDER_MINS=10

ZAP_ARGS=(-t "$APP_URL" -m "$ZAP_SPIDER_MINS" -r "$REPORT_NAME" -z "$ZAP_CLI_OPTIONS")
if [ -z ${CONFIG_FILE+x} ]; then
Expand Down

0 comments on commit bb4fd29

Please sign in to comment.