From 38b723529f11e02d595c3f04dccbc86d600c2932 Mon Sep 17 00:00:00 2001 From: crozzy Date: Tue, 20 Feb 2024 15:16:47 -0800 Subject: [PATCH] documentation: correct stale configuration options 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 --- Documentation/reference/config.md | 15 +++++++++------ config.yaml.sample | 13 ++++++++----- 2 files changed, 17 insertions(+), 11 deletions(-) diff --git a/Documentation/reference/config.md b/Documentation/reference/config.md index f2520783d2..4260443b5c 100644 --- a/Documentation/reference/config.md +++ b/Documentation/reference/config.md @@ -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. @@ -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 diff --git a/config.yaml.sample b/config.yaml.sample index 4791687957..328edd799f 100644 --- a/config.yaml.sample +++ b/config.yaml.sample @@ -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/