From e5fca9539437286efbbbe5ead42972607ac149a5 Mon Sep 17 00:00:00 2001 From: crozzy Date: Mon, 23 Sep 2024 14:30:40 -0700 Subject: [PATCH] chore: update references to rhel updater to rhel-vex updater Claircore no longer has the 'rhel' updater and in its place sits the rhel-vex updater, this change updates clair to reference the new updater. Signed-off-by: crozzy --- config/updaters.go | 2 +- local-dev/clair/config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/updaters.go b/config/updaters.go index 63e1083f06..e6b90e9cf7 100644 --- a/config/updaters.go +++ b/config/updaters.go @@ -27,7 +27,7 @@ type Updaters struct { // "osv" // "photon" // "rhcc" - // "rhel" + // "rhel-vex" // "suse" // "ubuntu" Sets []string `yaml:"sets,omitempty" json:"sets,omitempty"` diff --git a/local-dev/clair/config.yaml b/local-dev/clair/config.yaml index f69fa427aa..7c712aebfe 100644 --- a/local-dev/clair/config.yaml +++ b/local-dev/clair/config.yaml @@ -6,7 +6,7 @@ updaters: sets: - ubuntu - debian - - rhel + - rhel-vex - alpine - osv auth: