File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ usecase: "Updates fields in finding results."
3333Installing the _Update Field_ hook will add a ReadAndWrite Hook to your namespace, which can be used to add or update fields from your findings.
3434
3535` ` ` bash
36- helm upgrade --install ufh secureCodeBox/update-field --set attribute.name="category" --set attribute.value="my-own-category"
36+ helm upgrade --install ufh secureCodeBox/update-field-hook --set attribute.name="category" --set attribute.value="my-own-category"
3737` ` `
3838> ✍ This documentation is currently work-in-progress.
3939{{- end }}
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ Kubernetes: `>=v1.11.0-0`
5252Installing the _ Update Field_ hook will add a ReadAndWrite Hook to your namespace, which can be used to add or update fields from your findings.
5353
5454``` bash
55- helm upgrade --install ufh secureCodeBox/update-field --set attribute.name=" category" --set attribute.value=" my-own-category"
55+ helm upgrade --install ufh secureCodeBox/update-field-hook --set attribute.name=" category" --set attribute.value=" my-own-category"
5656```
5757> ✍ This documentation is currently work-in-progress.
5858
You can’t perform that action at this time.
0 commit comments