From 3aa593164e570c8a9c3f959a7efbe0fde1eb4cdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julio=20L=C3=B3pez?= <1953782+julio-lopez@users.noreply.github.com> Date: Tue, 28 Apr 2026 21:39:17 -0700 Subject: [PATCH] chore(ci): license-check-go make target (#5347) --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ebf9b4e7c..a85e198e5 100644 --- a/Makefile +++ b/Makefile @@ -306,8 +306,10 @@ provider-tests: $(gotestsum) $(rclone) $(MINIO_MC_PATH) ALLOWED_LICENSES=Apache-2.0;MIT;BSD-2-Clause;BSD-3-Clause;CC0-1.0;ISC;MPL-2.0;CC-BY-3.0;CC-BY-4.0;ODC-By-1.0;WTFPL;0BSD;Python-2.0;BSD;Unlicense -license-check: $(wwhrd) app-node-modules +license-check-go: $(wwhrd) $(wwhrd) check + +license-check: license-check-go app-node-modules (cd app && npx license-checker --summary --production --onlyAllow "$(ALLOWED_LICENSES)") vtest: $(gotestsum)