mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
Add ignore patterns to aggreagtor.
This commit is contained in:
parent
85f9d02ac0
commit
607bd0ebe1
4 changed files with 56 additions and 0 deletions
|
|
@ -94,6 +94,7 @@ lock_file // path to lockfile, to stop other instances if one is n
|
|||
interim_years // limiting the years for which interim documents are searched (default 0)
|
||||
verbose // print more diagnostic output, e.g. https requests (default false)
|
||||
allow_single_provider // debugging option (default false)
|
||||
ignorepattern // patterns of advisory URLs to be ignored
|
||||
```
|
||||
|
||||
Next we have two TOML _tables_:
|
||||
|
|
|
|||
|
|
@ -48,3 +48,4 @@ insecure = true
|
|||
# If aggregator.category == "aggreator", set for an entry that should
|
||||
# be listed in addition:
|
||||
category = "lister"
|
||||
# ignorepattern = [".*white.*", ".*red.*"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue