Skip to content

Commit

Permalink
documentation: correct stale configuration options
Browse files Browse the repository at this point in the history
Some of the configuration documentation had grown stale, this update
adds some new options, corrects some existing options and removes some
deprecated/removed options.

Signed-off-by: crozzy <[email protected]>
  • Loading branch information
crozzy committed Feb 21, 2024
1 parent e84883f commit 38b7235
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
15 changes: 9 additions & 6 deletions Documentation/reference/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,16 +322,18 @@ Matchers provides configuration for the in-tree Matchers and RemoteMatchers.
A list of string values informing the matcher factory about enabled matchers.

If the value is nil the default list of Matchers will run:
* alpine
* aws
* debian
* alpine-matcher
* aws-matcher
* debian-matcher
* gobin
* java-maven
* oracle
* photon
* python
* rhel
* rhel-container-matcher
* suse
* ubuntu
* crda
* ubuntu-matcher

If an empty list is provided zero matchers will run.

Expand Down Expand Up @@ -360,8 +362,9 @@ If the value is nil (or `null` in yaml) the default set of Updaters will run:
* aws
* debian
* oracle
* osv
* photon
* pyupio
* rhcc
* rhel
* suse
* ubuntu
Expand Down
13 changes: 8 additions & 5 deletions config.yaml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -30,23 +30,26 @@ matcher:
- "aws"
- "debian"
- "oracle"
- "osv"
- "photon"
- "pyupio"
- "rhcc"
- "rhel"
- "suse"
- "ubuntu"
matchers:
names:
- "alpine"
- "aws"
- "debian"
- "alpine-matcher"
- "aws-matcher"
- "debian-matcher"
- "gobin"
- "java-maven"
- "oracle"
- "photon"
- "python"
- "rhel"
- "rhel-container-matcher"
- "suse"
- "ubuntu"
- "crda"
config: {}
notifier:
indexer_addr: http://clair-indexer:8080/
Expand Down

0 comments on commit 38b7235

Please sign in to comment.