mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
Fixes formatting of TOML table causing a line to not show up
This commit is contained in:
parent
aa7aadf3f1
commit
aa523e5659
1 changed files with 2 additions and 1 deletions
|
|
@ -26,7 +26,8 @@ Following options are supported in the config file:
|
||||||
- provider_metadata.list_on_CSAF_aggregators: List on aggregators
|
- provider_metadata.list_on_CSAF_aggregators: List on aggregators
|
||||||
- provider_metadata.mirror_on_CSAF_aggregators: Mirror on aggregators
|
- provider_metadata.mirror_on_CSAF_aggregators: Mirror on aggregators
|
||||||
- provider_metadata.publisher: Set the publisher. Default:
|
- provider_metadata.publisher: Set the publisher. Default:
|
||||||
```toml [provider_metadata.publisher]
|
```toml
|
||||||
|
[provider_metadata.publisher]
|
||||||
category = "vendor"
|
category = "vendor"
|
||||||
name = "Example Company"
|
name = "Example Company"
|
||||||
namespace = "https://example.com"
|
namespace = "https://example.com"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue