Skip to content

Commit

Permalink
ci: fix license scan (#4887)
Browse files Browse the repository at this point in the history
Signed-off-by: shahar-h <shahar.harari@sap.com>
  • Loading branch information
shahar-h authored Dec 11, 2024
1 parent e6fce34 commit 566b834
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions osv-scanner.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 566b834

Please sign in to comment.