Skip to content

Start here

OverviewConnect your agentClient onboarding

Guides

WorkspacesScan manualFix ReviewScheduled scans

Reference

CLI guideService API

For agents

docs/agents.mdllms.txt
Apex/Docs
⌘K
Connect your agent

Start here

OverviewConnect your agentClient onboarding

Guides

WorkspacesScan manualFix ReviewScheduled scans

Reference

CLI guideService API

For agents

docs/agents.mdllms.txt
Docs/Running scans/Scheduled scans

Scheduled scans

Run recurring workspace scans or scheduled Fix Review on a fixed cadence so monitoring keeps up with the code without manual effort.

5 min readUpdated Jul 13, 2026Workspace owners

01What scheduled scans are

A workspace schedule can start a recurring scan, recurring fix reviews of eligible public findings, or both. Instead of starting each run by hand, you set one cadence and choose which actions Apex should trigger using the workspace scope and context you already configured.

Scheduled runs appear in the workspace alongside manual scans and fix reviews, so there is no separate place to look for their results.

Key idea

Scheduling is best for a coherent, long-lived workspace you want to keep watching over time. Scope, context, and Fix Review branch behavior still come from the workspace, so keep them accurate.

02Why schedule scans

  • Keep monitoring a workspace continuously instead of remembering to start each scan by hand.
  • Catch regressions and newly introduced issues automatically as the code keeps changing.
  • Recheck eligible public findings across the workspace scan history without starting each fix review by hand.
  • Keep findings fresh on long-lived systems where the security surface shifts over time.

03Enable a schedule

Scheduling is configured from the workspace scan list. The steps below walk through turning on recurring workspace scans, scheduled Fix Review, or both.

  1. 1
    Open the workspace
    Go to the workspace you want to monitor and stay on the scan list view.
  2. 2
    Open the schedule dialog
    Select Schedule in the scan list header to open the Auto-trigger scans dialog.
  3. 3
    Choose what to schedule
    Enable Auto-trigger scan, Auto-trigger fix review, or both. For Fix Review, choose whether each repository should use its workspace/default branch or the same named branch override.
  4. 4
    Choose a cadence
    Set the interval with Every and a number, then pick Days or Weeks. Weekly schedules also let you choose the day of the week the schedule runs.
  5. 5
    Save the schedule
    Select Save schedule. Apex records the schedule and shows the next run date.

04Scheduled Fix Review

Scheduled Fix Review is for teams that want Apex to revisit known findings after fixes have had time to land. It is narrower than a full workspace scan: Apex verifies eligible existing findings instead of hunting for unrelated new issue classes.

  • Scheduled Fix Review preflights public findings from every non-archived, non-fix-review scan in the workspace history, then starts only eligible reviews.
  • It is not limited to the latest scan, and it does not create a new workspace scan before checking fixes.
  • Workspace branch lets each repository use its default or configured workspace branch.
  • A named branch override applies to every repository in the workspace, so use it only when that branch exists across the repository set.
  • It consumes Fix Review capacity like manual Fix Review and reports started, reused, skipped, and reconnect-required work in the scheduled-scan run.

Use both toggles when needed

Turn on Auto-trigger scan for recurring broad coverage. Turn on Auto-trigger fix review when you also want Apex to revisit known findings as fixes land.

Manual and scheduled use the same result model

Read the Fix Review workflow guide for target selection, eligibility, branch overrides, and result interpretation.

05Choosing a cadence

The interval is an Every value paired with a unit. Pick the granularity that matches how often the workspace changes and how quickly fixes are expected to land.

  • Days: run every N days, up to 365.
  • Weeks: run every N weeks, up to 52, on a chosen day of the week.
  • The enabled scan and fix-review actions share the same cadence.
  • The dialog summarizes the schedule (for example, "Every 2 weeks on Mon") and shows the next run date.

First run

After you save, the first scheduled run happens on the next scheduled day, and Apex keeps triggering the enabled workflow on that cadence.

06Manage or turn off

Open the Schedule dialog again at any time to change the cadence, day of the week, fix-review branch, or which actions are enabled. The dialog also shows the next run. Its Last successful value tracks successful Auto-trigger scan starts; fix-review-only runs do not update that value.

Auto-trigger scan and Auto-trigger fix review can be turned off independently. Turn both off and save to stop the schedule while leaving manual scans and fix reviews untouched.

Was this useful?
Last updated Jul 13, 2026 · v2026.07
← PreviousFix Review workflowNext →Apex CLI guide

On this page

  1. What scheduled scans are
  2. Why schedule scans
  3. Enable a schedule
  4. Scheduled Fix Review
  5. Choosing a cadence
  6. Manage or turn off

Related

Docs homeApex scan manualFix Review workflowStart a scan