From d12ada06cc6930991704b472232bfac069f64642 Mon Sep 17 00:00:00 2001 From: Jason Shepherd Date: Thu, 10 Feb 2022 13:44:24 -0600 Subject: [PATCH] libindex: update defaults Signed-off-by: Jason Shepherd Signed-off-by: Hank Donnay --- libindex/opts.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libindex/opts.go b/libindex/opts.go index dcf751855..0b7f563ca 100644 --- a/libindex/opts.go +++ b/libindex/opts.go @@ -10,6 +10,7 @@ import ( "github.com/quay/claircore/java" "github.com/quay/claircore/python" "github.com/quay/claircore/rhel" + "github.com/quay/claircore/rhel/rhcc" "github.com/quay/claircore/rpm" ) @@ -79,6 +80,7 @@ func (o *Opts) Parse(ctx context.Context) error { rpm.NewEcosystem(ctx), python.NewEcosystem(ctx), java.NewEcosystem(ctx), + rhcc.NewEcosystem(ctx), } } o.LayerFetchOpt = DefaultLayerFetchOpt