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"