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/finding-post-processing/.helm-docs.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ This rule will match all findings with an open port on 23 and override the sever
#### matches

Within the `matches` you will have to provide `anyOf` and `override`.
In the `anyOff` contains one or more conditions to be met by the finding to match the rule.
In the `anyOf` contains one or more conditions to be met by the finding to match the rule.
Notice that only one of these elements needs to match the finding for the rule to match.

#### override
Expand Down
2 changes: 1 addition & 1 deletion hooks/finding-post-processing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ This rule will match all findings with an open port on 23 and override the sever
#### matches

Within the `matches` you will have to provide `anyOf` and `override`.
In the `anyOff` contains one or more conditions to be met by the finding to match the rule.
In the `anyOf` contains one or more conditions to be met by the finding to match the rule.
Notice that only one of these elements needs to match the finding for the rule to match.

#### override
Expand Down