From 8f25048350556a1bfeed28666e1c1b2dc04ae2c5 Mon Sep 17 00:00:00 2001 From: Gustavo Fernandes de Carvalho Date: Thu, 11 Aug 2022 14:35:11 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Removing=20Unknown=20License=20f?= =?UTF-8?q?rom=20allowed=20licenses=20(#1446)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Gustavo Carvalho --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e556529e6..2bafb0e7c 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ all: $(addprefix build-,$(ARCH)) export IMAGE_REGISTRY ?= ghcr.io/external-secrets/external-secrets #Valid licenses for license.check -LICENSES ?= Apache-2.0|MIT|BSD-3-Clause|ISC|MPL-2.0|BSD-2-Clause|Unknown +LICENSES ?= Apache-2.0|MIT|BSD-3-Clause|ISC|MPL-2.0|BSD-2-Clause BUNDLE_DIR ?= deploy/crds CRD_DIR ?= config/crds