1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00

🧹 Removing Unknown License from allowed licenses (#1446)

Signed-off-by: Gustavo Carvalho <gusfcarvalho@gmail.com>
This commit is contained in:
Gustavo Fernandes de Carvalho 2022-08-11 14:35:11 -03:00 committed by GitHub
parent bf21843eba
commit 8f25048350
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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