From 95f9e3b88e36a727f629c66fd191152cbfa09d6f Mon Sep 17 00:00:00 2001 From: shahar-h Date: Tue, 10 Dec 2024 22:39:17 +0200 Subject: [PATCH] ci: fix license scan 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"