Docs: Fix annotations-risk-level default value.

This commit is contained in:
Marco Ebert 2024-08-26 17:34:12 +02:00
parent d27b2709c3
commit 893e44d84c

View file

@ -31,7 +31,7 @@ The following table shows a configuration option's name, type, and the default v
| [allow-backend-server-header](#allow-backend-server-header) | bool | "false" | | | [allow-backend-server-header](#allow-backend-server-header) | bool | "false" | |
| [allow-cross-namespace-resources](#allow-cross-namespace-resources) | bool | "false" | | | [allow-cross-namespace-resources](#allow-cross-namespace-resources) | bool | "false" | |
| [allow-snippet-annotations](#allow-snippet-annotations) | bool | "false" | | | [allow-snippet-annotations](#allow-snippet-annotations) | bool | "false" | |
| [annotations-risk-level](#annotations-risk-level) | string | Critical | | | [annotations-risk-level](#annotations-risk-level) | string | High | |
| [annotation-value-word-blocklist](#annotation-value-word-blocklist) | string array | "" | | | [annotation-value-word-blocklist](#annotation-value-word-blocklist) | string array | "" | |
| [hide-headers](#hide-headers) | string array | empty | | | [hide-headers](#hide-headers) | string array | empty | |
| [access-log-params](#access-log-params) | string | "" | | | [access-log-params](#access-log-params) | string | "" | |
@ -259,7 +259,7 @@ Represents the risk accepted on an annotation. If the risk is, for instance `Med
Accepted values are `Critical`, `High`, `Medium` and `Low`. Accepted values are `Critical`, `High`, `Medium` and `Low`.
Defaults to `Critical` but will be changed to `High` on the next minor release _**default:**_ `High`
## annotation-value-word-blocklist ## annotation-value-word-blocklist