Digger supports drift detection alerting via Slack. To configure drift detection:Documentation Index
Fetch the complete documentation index at: https://digger-20-feat-use-analytics-domain.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Create a separate workflow file for drift
To run digger in drift detection mode, passmode: drift-detection in the workflow file and configure the relevant crontab to run it with the frequency you want:
Configure Slack notification URL
Note theDRIFT_DETECTION_SLACK_NOTIFICATION env var that the workflow above is using. This should be set to a Slack Incoming Webhook URL.
Follow the official Slack guide to get the Incoming Webhook URL; then add it as an Action secret named DRIFT_DETECTION_SLACK_NOTIFICATION
