8000 Fix Outdated Example in Update Field Hook Docs by J12934 · Pull Request #787 · secureCodeBox/secureCodeBox · GitHub
[go: up one dir, main page]

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hooks/update-field/.helm-docs.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ usecase: "Updates fields in finding results."
Installing the _Update Field_ hook will add a ReadAndWrite Hook to your namespace, which can be used to add or update fields from your findings.

```bash
helm upgrade --install ufh secureCodeBox/update-field --set attribute.name="category" --set attribute.value="my-own-category"
helm upgrade --install ufh secureCodeBox/update-field-hook --set attribute.name="category" --set attribute.value="my-own-category"
```
> ✍ This documentation is currently work-in-progress.
{{- end }}
Expand Down
2 changes: 1 addition & 1 deletion hooks/update-field/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Kubernetes: `>=v1.11.0-0`
Installing the _Update Field_ hook will add a ReadAndWrite Hook to your namespace, which can be used to add or update fields from your findings.

```bash
helm upgrade --install ufh secureCodeBox/update-field --set attribute.name="category" --set attribute.value="my-own-category"
helm upgrade --install ufh secureCodeBox/update-field-hook --set attribute.name="category" --set attribute.value="my-own-category"
```
> ✍ This documentation is currently work-in-progress.

Expand Down
0