From 6c5477b57c4a2f9446ff5009077f715a7fe5f37f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20J=C3=A1ky?= Date: Tue, 29 Aug 2023 16:46:58 +0200 Subject: [PATCH] fix(licensei): add vault/api to ignored list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: András Jáky --- .licensei.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/.licensei.toml b/.licensei.toml index 5895b9b6..522c990c 100644 --- a/.licensei.toml +++ b/.licensei.toml @@ -15,6 +15,7 @@ ignored = [ "logur.dev/adapter/logrus", # MIT "logur.dev/logur", # MIT "emperror.dev/errors", # MIT + "github.com/hashicorp/vault/api", # MPL-2.0 # Unsupported VCS "gopkg.in/fsnotify.v1",