mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
Fix checker doc of TOML config of validator (#492)
This commit is contained in:
parent
21fa98186c
commit
03a907b9b8
1 changed files with 3 additions and 3 deletions
|
|
@ -44,7 +44,7 @@ Supported options in config files:
|
|||
```
|
||||
output = ""
|
||||
format = "json"
|
||||
insecure = false
|
||||
insecure = false
|
||||
# client_cert # not set by default
|
||||
# client_key # not set by default
|
||||
# client_passphrase # not set by default
|
||||
|
|
@ -53,8 +53,8 @@ verbose = false
|
|||
# timerange # not set by default
|
||||
# header # not set by default
|
||||
# validator # not set by default
|
||||
# validatorcache # not set by default
|
||||
validatorpreset = ["mandatory"]
|
||||
# validator_cache # not set by default
|
||||
validator_preset = ["mandatory"]
|
||||
```
|
||||
|
||||
Usage example:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue