Skip to content

Commit

Permalink
🧹 Removing Unknown License from allowed licenses (external-secrets#1446)
Browse files Browse the repository at this point in the history
Signed-off-by: Gustavo Carvalho <gusfcarvalho@gmail.com>
  • Loading branch information
gusfcarvalho authored Aug 11, 2022
1 parent bf21843 commit 8f25048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8f25048

Please # to comment.