Skip to content

Commit e5fca95

Browse files
committed
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 <[email protected]>
1 parent 55fb773 commit e5fca95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/updaters.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ type Updaters struct {
2727
// "osv"
2828
// "photon"
2929
// "rhcc"
30-
// "rhel"
30+
// "rhel-vex"
3131
// "suse"
3232
// "ubuntu"
3333
Sets []string `yaml:"sets,omitempty" json:"sets,omitempty"`

local-dev/clair/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ updaters:
66
sets:
77
- ubuntu
88
- debian
9-
- rhel
9+
- rhel-vex
1010
- alpine
1111
- osv
1212
auth:

0 commit comments

Comments
 (0)