1
0
Fork 0
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:
Sascha L. Teichmann 2023-11-02 12:19:16 +01:00 committed by GitHub
parent 21fa98186c
commit 03a907b9b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,7 @@ Supported options in config files:
``` ```
output = "" output = ""
format = "json" format = "json"
insecure = false insecure = false
# client_cert # not set by default # client_cert # not set by default
# client_key # not set by default # client_key # not set by default
# client_passphrase # not set by default # client_passphrase # not set by default
@ -53,8 +53,8 @@ verbose = false
# timerange # not set by default # timerange # not set by default
# header # not set by default # header # not set by default
# validator # not set by default # validator # not set by default
# validatorcache # not set by default # validator_cache # not set by default
validatorpreset = ["mandatory"] validator_preset = ["mandatory"]
``` ```
Usage example: Usage example: