Skip to content

Commit

Permalink
chore: update references to rhel updater to rhel-vex updater
Browse files Browse the repository at this point in the history
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 <joseph.crosland@gmail.com>
  • Loading branch information
crozzy committed Sep 30, 2024
1 parent 55fb773 commit e5fca95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/updaters.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type Updaters struct {
// "osv"
// "photon"
// "rhcc"
// "rhel"
// "rhel-vex"
// "suse"
// "ubuntu"
Sets []string `yaml:"sets,omitempty" json:"sets,omitempty"`
Expand Down
2 changes: 1 addition & 1 deletion local-dev/clair/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ updaters:
sets:
- ubuntu
- debian
- rhel
- rhel-vex
- alpine
- osv
auth:
Expand Down

0 comments on commit e5fca95

Please sign in to comment.