Two operating modes
OpenTaco supports two distinct ways to run drift detection:-
OpenTaco Drift Service mode
- Configured in the OpenTaco UI
- You set schedule, notification configuration, and project scope in-app
-
Backendless GitHub Actions mode
- Runs entirely in GitHub Actions on a schedule
- Does not interact with the OpenTaco application
- Reports drift results to Slack and/or GitHub Issues
- Workflow setup guide: Backendless Drift via GitHub Actions
Typical usage flow
- Choose your drift mode (OpenTaco Drift Service or Backendless).
- Define project scope and notification destinations for that mode.
- Run checks on your desired cadence.
- Review drift findings and prioritize by impact.
- Remediate through issue-driven apply or your normal PR/apply flow.

