Webhook¶
Output individually each event, detection, audit, deployment or artifact through a POST webhook.
dest_host: the IP or DNS, port and page to HTTP(S) POST to, formathttps://www.myorg.com:514/whatever.secret_key: an arbitrary shared secret used to compute an HMAC (SHA256) signature of the webhook to verify authenticity. See "Webhook Details" section.auth_header_nameandauth_header_value: set a specific value to a specific HTTP header name in the outgoing webhooks.
Example:
dest_host: https://webhooks.corp.com/new_detection
secret_key: this-is-my-secret-shared-key
auth_header_name: x-my-special-auth
auth_header_value: 4756345846583498
Example hook to Google Chat: