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:
parent
a3897ae21f
commit
35dc25a5e7
1 changed files with 5 additions and 4 deletions
|
|
@ -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) -->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue