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 Update Field
path hooks/update-field
category hook
type dataProcessing
state released
usecase Updates fields in finding results.

Deployment

Installing the Update Field hook will add a ReadOnly Hook to your namespace.

helm upgrade --install ufh ./hooks/update-field/ --set attribute.name="category" --set attribute.value="my-own-category"

✍ This documentation is currently work-in-progress.

Chart Configuration

Key Type Default Description
attribute.name string "category" The name of the attribute you want to add to each finding result
attribute.value string "my-own-category" The value of the attribute you want to add to each finding result
image.repository string "docker.io/securecodebox/update-field" Hook image repository
image.tag string nil