From 813cab1872e9f305967ffb43da2f9c6f376b3734 Mon Sep 17 00:00:00 2001 From: karankohli-cf <103997843+karankohli-cf@users.noreply.github.com> Date: Thu, 2 Nov 2023 17:04:52 +0100 Subject: [PATCH] Update catalog.go Signed-off-by: karankohli-cf <103997843+karankohli-cf@users.noreply.github.com> --- pkg/policies/catalog/catalog.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/policies/catalog/catalog.go b/pkg/policies/catalog/catalog.go index 8dcfde40..8da9c4d3 100644 --- a/pkg/policies/catalog/catalog.go +++ b/pkg/policies/catalog/catalog.go @@ -73,7 +73,6 @@ type mergedConfig struct { type details struct { Enabled bool - CatalogFound bool } var configFetchConfig func(context.Context, *github.Client, string, string, string, config.ConfigLevel, interface{}) error