You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| operator.valuesFromSecret | string |`""`| valuesFromSecret name of a Secret to apply OPERATOR_* environment variables. Will override Helm AND ConfigMap values. |
84
84
| operator.vulnerabilityScannerEnabled | bool |`true`| the flag to enable vulnerability scanner |
85
85
| operator.vulnerabilityScannerScanOnlyCurrentRevisions | bool |`true`| vulnerabilityScannerScanOnlyCurrentRevisions the flag to only create vulnerability scans on the current revision of a deployment. |
86
+
| operator.webhookBroadcastCustomHeaders | string |`""`| webhookBroadcastCustomHeaders the flag to set webhook endpoint sent with custom defined headers if webhookBroadcastURL is enabled |
86
87
| operator.webhookBroadcastTimeout | string |`"30s"`| webhookBroadcastTimeout the flag to set timeout for webhook requests if webhookBroadcastURL is enabled |
87
88
| operator.webhookBroadcastURL | string |`""`| webhookBroadcastURL the flag to set reports should be sent to a webhook endpoint. "" means that the webhookBroadcastURL feature is disabled |
88
89
| operator.webhookSendDeletedReports | bool |`false`| webhookSendDeletedReports the flag to enable sending deleted reports if webhookBroadcastURL is enabled |
Copy file name to clipboardexpand all lines: docs/tutorials/integrations/webhook.md
+1
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ You can enable the Webhook integration as follows:
11
11
1. Required: Set `OPERATOR_WEBHOOK_BROADCAST_URL` to the webhook endpoint you'd like to send the reports to.
12
12
2. Optional: Set `OPERATOR_WEBHOOK_BROADCAST_TIMEOUT` to a time limit that suites your use case. Default is `30s`.
13
13
3. Optional: Set `OPERATOR_SEND_DELETED_REPORTS` to `true` to send webhook notifications when reports are deleted. Default is `false`.
14
+
4. Optional: Set `OPERATOR_WEBHOOK_BROADCAST_CUSTOM_HEADERS` to comma seperated `key:value` to send webhook notifications with custom headers. Default is ``
14
15
15
16
The Webhook integration support the following reports types:
0 commit comments