1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-23 00:32:55 +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:
Bernhard Reiter 2022-05-13 10:00:57 +02:00
parent 45af695a0b
commit cd9f29ef2f
No known key found for this signature in database
GPG key ID: 2B7BA3BF9BC3A554

View file

@ -9,7 +9,7 @@ insecure = true
name = "Example Development CSAF Aggregator"
contact_details = "some @ somewhere"
issuing_authority = "This service is provided as it is. It is gratis for everybody."
namespace = "Testnamespace"
namespace = "https://testnamespace.example.org"
[[providers]]
name = "local-dev-provider"