1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 05:40:11 +01:00

Clarified docs on where and how to use ignorepattern for aggregator

This commit is contained in:
JanHoefelmeyer 2023-08-02 08:36:05 +02:00
parent 607bd0ebe1
commit b6e5af9b49

View file

@ -124,6 +124,7 @@ category
update_interval
create_service_document
categories
ignorepattern
```
Where valid `name` and `domain` settings are required.
@ -205,6 +206,7 @@ insecure = true
# If aggregator.category == "aggregator", set for an entry that should
# be listed in addition:
category = "lister"
# ignorepattern = [".*white.*", ".*red.*"]
```
<!-- MARKDOWN-AUTO-DOCS:END -->