1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 18:15:42 +01:00

Splits overly long sentence into two. Adds reference to provider documentation

This commit is contained in:
JanHoefelmeyer 2023-02-08 09:02:33 +01:00 committed by Sascha L. Teichmann
parent a3897ae21f
commit 35dc25a5e7

View file

@ -124,10 +124,11 @@ a `service.json` will be written listing its ROLIE feed documents.
If it is not set or set to false, then no `service.json` will be written. If it is not set or set to false, then no `service.json` will be written.
To further dissect CSAF-documents by criteria like document category, To further dissect CSAF-documents by criteria like document category,
languages or values of the branch category within the Product Tree you languages or values of the branch category within the product tree you
can set a providers categories value as an array of either can set providers categories values. This can be done using an array
literal categories or, by prepending "expr:", have it be read of strings taken literally or, by prepending "expr:", have it be read
through JSONPath values. through JSONPath values. For a more detailed explanation,
[refer to the provider config.](csaf_provider.md)
#### Example config file #### Example config file
<!-- MARKDOWN-AUTO-DOCS:START (CODE:src=../docs/examples/aggregator.toml) --> <!-- MARKDOWN-AUTO-DOCS:START (CODE:src=../docs/examples/aggregator.toml) -->