Skip to content

Commit

Permalink
Fix checker doc of TOML config of validator (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-l-teichmann authored Nov 2, 2023
1 parent 21fa981 commit 03a907b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/csaf_checker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 03a907b

Please sign in to comment.