Creating a scheduled scan

  1. Click New scan from anywhere in the app.
  2. Select the targets or tags you want to scan on a recurring basis (the Summary block shows what will run).
  3. Optionally enable Deep web application testing for web targets.
  4. Enable the Schedule by toggle at the bottom of the form.
  5. Configure the schedule: frequency, day, and time.
  6. Click Run scan to activate.

The scheduled scan will appear in Scans → Scheduled.

The form also has an Event section — it generates a link that starts the scan from your own systems (CI/CD, deploy scripts). See Triggering scans from your systems (Event link).

Managing scheduled scans

Scans → Scheduled tab — list of recurring scans with Name, Last scan, Next scan, and Schedule (Weekly) columns.

The Scheduled tab shows all active recurring scans with:

ColumnWhat it shows
NameScan name and targets
Last scanWhen it last ran
Next scanWhen it's due to run next
ScheduleRecurrence pattern (e.g. Weekly)

From the menu on each scheduled scan you can:

  • Pause — temporarily stop the schedule without deleting it.
  • Edit — change targets, scan type, or recurrence.
  • Delete — remove the schedule permanently.

Recommendations for scheduling

  • Weekly is a good default for most targets — it balances coverage frequency with resource usage.
  • Use Daily for high-risk or actively developed targets where new changes are deployed frequently.
  • If you add new targets to a tag used by a scheduled scan, they are automatically included in the next run — no need to update the scan.

What's next