| title | Generic WebHook |
|---|---|
| path | hooks/generic-webhook |
| category | hook |
| type | integration |
| state | released |
| usecase | Publishes Scan Findings as WebHook. |
Installing the Generic WebHook hook will add a ReadOnly Hook to your namespace.
helm upgrade --install gwh ./hooks/generic-webhook/ --set webhookUrl="http://example.com/my/webhook/target"✍ This documentation is currently work-in-progress.
| Key | Type | Default | Description |
|---|---|---|---|
| image.repository | string | "docker.io/securecodebox/generic-webhook" |
Hook image repository |
| image.tag | string | nil |
|
| webhookUrl | string | "http://example.com" |
The URL of your WebHook endpoint |