| title | 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 which is capable of sending scan results containing findings to a given webhook url.
The generic-webhook chart can be deployed via helm:
# Install HelmChart (use -n to configure another namespace)
helm upgrade --install generic-webhook secureCodeBox/generic-webhookKubernetes: >=v1.11.0-0
✍ This documentation is currently work-in-progress.
| Key | Type | Default | Description |
|---|---|---|---|
| hook.image.repository | string | "docker.io/securecodebox/hook-generic-webhook" |
Hook image repository |
| hook.image.tag | string | defaults to the charts version | The image Tag defaults to the charts version if not defined. |
| hook.ttlSecondsAfterFinished | string | nil |
Seconds after which the kubernetes job for the hook will be deleted. Requires the Kubernetes TTLAfterFinished controller: https://kubernetes.io/docs/concepts/workloads/controllers/ttlafterfinished/ |
| webhookUrl | string | "http://example.com" |
The URL of your WebHook endpoint |
Code of secureCodeBox is licensed under the Apache License 2.0.