Skip to content

Commit

Permalink
Override the ImageMagick license detection
Browse files Browse the repository at this point in the history
Instead of adding a blanket approval for the ImageMagick license
(which technically can't be done without CNCF approval), override the
detected licenses for sigs.k8s.io/yaml.

The golang-lru exception is no longer needed, remove it.

Signed-off-by: Stephen Kitt <[email protected]>
  • Loading branch information
skitt authored and tpantelis committed Nov 14, 2023
1 parent 119c5e7 commit 2053f2a
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .lichen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,11 @@ allow:
- "PostgreSQL"
- "X11"
- "Zlib"
- "ImageMagick"

override:
- path: "github.com/flynn/go-shlex"
licenses: ["Apache-2.0"]
- path: "../"
licenses: ["Apache-2.0"]

# https://github.com/cncf/foundation/tree/master/license-exceptions
exceptions:
licenseNotPermitted:
- path: "github.com/hashicorp/golang-lru"
licenses: ["MPL-2.0"]
- path: "sigs.k8s.io/yaml"
licenses: ["Apache-2.0", "MIT"]

0 comments on commit 2053f2a

Please sign in to comment.