From ee43ae30343135a981b5fc0a02fc90490c8e7f74 Mon Sep 17 00:00:00 2001 From: crozzy Date: Wed, 29 Nov 2023 08:59:48 -0800 Subject: [PATCH] config: Update comment to describe currently supported updaters The list was out of date. Signed-off-by: crozzy --- config/updaters.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/updaters.go b/config/updaters.go index cb00a3b8c8..63e1083f06 100644 --- a/config/updaters.go +++ b/config/updaters.go @@ -21,10 +21,12 @@ type Updaters struct { // The following sets are supported by default: // "alpine" // "aws" + // "clair.cvss" // "debian" // "oracle" + // "osv" // "photon" - // "pyupio" + // "rhcc" // "rhel" // "suse" // "ubuntu"