How they work
Each scheduled run is a full scan and updates the repository’s baseline commit. Comparing against the baseline is how Gecko separates genuinely new issues from pre-existing ones between runs.Pick a cadence
Choose a schedule that matches how fast the repository changes: daily for
active services, weekly for slower-moving code.
Let it establish a baseline
The first scheduled run sets the baseline. Subsequent runs highlight what’s
new since then.
Route the results
Combine scheduled scans with Slack notifications or
issue-tracker auto-create so new findings reach the right
people automatically.