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