Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Latest commit

 

History

History

README.md

title Generic WebHook
path hooks/generic-webhook
category hook
type integration
state released
usecase Publishes Scan Findings as WebHook.

Deployment

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.

Chart Configuration

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