Scheduled Scans
Set up recurring scans on a daily, weekly, biweekly, or monthly schedule to maintain continuous security coverage.
Why Schedule Scans?
Scheduled scans provide continuous security coverage without manual intervention. By testing your applications on a regular cadence, you catch new vulnerabilities introduced by deployments, configuration changes, or newly disclosed CVEs before attackers do.
Setting Up a Schedule
- Navigate to the target you want to schedule.
- Click the Schedule tab.
- Choose a frequency:
- Daily — runs once every 24 hours.
- Weekly — runs once per week on a day you choose.
- Biweekly — runs once every two weeks.
- Monthly — runs once per month on a date you choose.
- Select the model preset for scheduled scans.
- Set the preferred time (in UTC).
- Click Save Schedule.
Tier Requirements
Scheduled scans are available on the Business tier and above. Starter and Professional users can run on-demand scans but cannot configure recurring schedules. Upgrade to Business to unlock this feature.
How It Works
APVISO's scheduler checks for due scans every minute. When your schedule fires:
- A scan is automatically created with your configured preset.
- The system performs a quota check — if you have insufficient credits, the scheduled scan is skipped and you receive a notification.
- If credits are available, the scan is queued and runs like any manual scan.
All scheduled scans appear in your normal scan history with a scheduled badge.
Managing Schedules
You can pause, modify, or delete a schedule at any time from the target's Schedule tab. Pausing a schedule preserves its configuration without running scans.
Notifications
When a scheduled scan completes, you receive a notification (email, Slack, or webhook depending on your preferences) with a summary of findings. If new critical or high-severity vulnerabilities are discovered, the notification is flagged as urgent.
Best Practices
- Run weekly scans on production applications and daily scans on staging environments that receive frequent deployments.
- Use a
mediumpreset for scheduled scans to balance depth and credit consumption. - Monitor your credit balance — if credits run out, scheduled scans are silently skipped.
- Combine scheduled scans with CI/CD-triggered scans via the API for maximum coverage.