mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 18:15:42 +01:00
Fix namespace example in aggregator example conf.
* Change namespace value in docs/examples/aggregator.toml to be of type uri, which is the required type in the aggregator.json.
This commit is contained in:
parent
45af695a0b
commit
cd9f29ef2f
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ insecure = true
|
||||||
name = "Example Development CSAF Aggregator"
|
name = "Example Development CSAF Aggregator"
|
||||||
contact_details = "some @ somewhere"
|
contact_details = "some @ somewhere"
|
||||||
issuing_authority = "This service is provided as it is. It is gratis for everybody."
|
issuing_authority = "This service is provided as it is. It is gratis for everybody."
|
||||||
namespace = "Testnamespace"
|
namespace = "https://testnamespace.example.org"
|
||||||
|
|
||||||
[[providers]]
|
[[providers]]
|
||||||
name = "local-dev-provider"
|
name = "local-dev-provider"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue