From 566b8343f53be7e88b26a45a3aa9a6592214bd3b Mon Sep 17 00:00:00 2001 From: shahar-h Date: Wed, 11 Dec 2024 03:49:47 +0200 Subject: [PATCH] ci: fix license scan (#4887) Signed-off-by: shahar-h --- osv-scanner.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/osv-scanner.toml b/osv-scanner.toml index bed9a0c7a6a..9f37555bc29 100644 --- a/osv-scanner.toml +++ b/osv-scanner.toml @@ -68,6 +68,13 @@ ecosystem = "Go" license.ignore = true reason = "This package has MPL-2.0 which is not approved in CNCF Allowlist, but it has an exception. See https://github.com/cncf/foundation/blob/main/license-exceptions/cncf-exceptions-2023-08-31.spdx" +[[PackageOverrides]] +name = "github.com/golang/groupcache" +version = "0.0.0-20241129210726-2c02b8208cf8" +ecosystem = "Go" +license.override = ["Apache-2.0 "] +reason = "Unidentified license, remove once https://github.com/google/deps.dev/issues/119 is resolved" + [[PackageOverrides]] name = "stdlib" ecosystem = "Go"