From aca06324a5ba5b75b6ff2c333cd755c78475af1f Mon Sep 17 00:00:00 2001 From: Lucian Carata Date: Wed, 24 Jul 2024 20:51:04 +0100 Subject: [PATCH] fix(ci): add additional licenses for transitive dependencies (#5791) License exceptions added for transitive dependencies whose license could not be automatically determined: - hasicorp/vault (BSL-1.1) - shopspring/decimal (MIT) --- licenses/additional_license_info.csv | 2 ++ 1 file changed, 2 insertions(+) diff --git a/licenses/additional_license_info.csv b/licenses/additional_license_info.csv index f0171fd4fd..79e9922dac 100644 --- a/licenses/additional_license_info.csv +++ b/licenses/additional_license_info.csv @@ -68,6 +68,8 @@ https://github.com/golangci/go-misc/blob/master/LICENSE,BSD 3-Clause "New" or "R https://github.com/google/licenseclassifier/blob/master/LICENSE,Apache License 2.0 https://github.com/gotestyourself/gotest.tools/blob/main/LICENSE,Apache License 2.0 https://github.com/hashicorp/go.net/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License +https://github.com/hashicorp/vault/blob/main/LICENSE,BSL-1.1 +https://github.com/shopspring/decimal/blob/master/LICENSE,MIT License https://github.com/jenkins-x/go-scm/blob/main/LICENSE,BSD 3-Clause "New" or "Revised" License https://github.com/jmespath/go-jmespath/blob/master/LICENSE,Apache License 2.0 https://github.com/kevinburke/ssh_config/blob/master/LICENSE,MIT License