Skip to content

Commit

Permalink
Enable RHEL9 (#917)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvdm authored Sep 8, 2022
1 parent 961e5ab commit 18fe825
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/features/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ var (
// ContinueUnknownOS defines if scanning should continue upon detecting unknown OS.
ContinueUnknownOS = registerFeature("Enable continuation upon detecting unknown OS", "ROX_CONTINUE_UNKNOWN_OS", true)
// RHEL9Scanning enables support for scanning RHEL9-based images.
RHEL9Scanning = registerFeature("Enable support for scanning RHEL9 images", "ROX_RHEL9_SCANNING", false)
RHEL9Scanning = registerFeature("Enable support for scanning RHEL9 images", "ROX_RHEL9_SCANNING", true)
)
1 change: 1 addition & 0 deletions pkg/wellknownnamespaces/set.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ var (
"rhel:6",
"rhel:7",
"rhel:8",
"rhel:9",
"ubuntu:14.04",
"ubuntu:16.04",
"ubuntu:18.04",
Expand Down

0 comments on commit 18fe825

Please sign in to comment.