From 3201b663db0744ec0ba49b6de721529c0c923139 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Fri, 12 Apr 2024 15:01:11 +0200 Subject: [PATCH] Add licenses from kubeconfig-generator --- internal/makefile/license-scan-overrides.jsonl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/internal/makefile/license-scan-overrides.jsonl b/internal/makefile/license-scan-overrides.jsonl index 708e4f0..29aac5c 100644 --- a/internal/makefile/license-scan-overrides.jsonl +++ b/internal/makefile/license-scan-overrides.jsonl @@ -2,3 +2,6 @@ {"name": "github.com/hashicorp/vault/api/auth/approle", "licenceType": "MPL-2.0"} {"name": "github.com/jpillora/longestcommon", "licenceType": "MIT"} {"name": "github.com/spdx/tools-golang", "licenceTextOverrideFile": "vendor/github.com/spdx/tools-golang/LICENSE.code"} +{"name": "github.com/xeipuuv/gojsonpointer", "licenceType": "Apache-2.0"} +{"name": "github.com/xeipuuv/gojsonreference", "licenceType": "Apache-2.0"} +{"name": "github.com/xeipuuv/gojsonschema", "licenceType": "Apache-2.0"}