Skip to content

Commit

Permalink
Remove old rhel oval v1 scanner
Browse files Browse the repository at this point in the history
Rhel vulnerability scanner was replaced by Red Hat's oval v2 scanner.
Oval 2 covers Red Hat's portfolio including RHEL.

The commit also fixes bugs in ubuntu scanner.
  • Loading branch information
Allda committed Aug 3, 2020
1 parent ff66f10 commit 50d2f8a
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 938 deletions.
1 change: 0 additions & 1 deletion cmd/clair/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ import (
_ "github.com/quay/clair/v3/ext/vulnsrc/debian"
_ "github.com/quay/clair/v3/ext/vulnsrc/oracle"
_ "github.com/quay/clair/v3/ext/vulnsrc/redhat"
_ "github.com/quay/clair/v3/ext/vulnsrc/rhel"
_ "github.com/quay/clair/v3/ext/vulnsrc/suse"
_ "github.com/quay/clair/v3/ext/vulnsrc/ubuntu"
)
Expand Down
2 changes: 1 addition & 1 deletion config.yaml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ clair:
enabledupdaters:
- debian
- ubuntu
- rhel
- redhat
- oracle
- alpine
- suse
Expand Down
Loading

0 comments on commit 50d2f8a

Please sign in to comment.