Documentation
¶
Overview ¶
Package webhook is a generic outgoing-webhook notifier: it POSTs each investigation's findings as JSON to an operator-configured URL. It exists as much to prove RunLore's notifier extensibility (drop one self-registering file) as to be useful in production.
To enable, add one block under notify: in your values.yaml:
webhook: url_env: RUNLORE_WEBHOOK_NOTIFY_URL # POST findings JSON to this URL
Adding a notifier is "drop a self-registering file under internal/notify/<name>/ + a blank import in main" — zero edits to config.Config.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.