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"}