mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
fix wwhrd licence detection (#2497)
new wwhrd version broke some of the detections - BSD licence are split to BSD-3-Clause and BSD-2-Clause - MPL-2.0 is now MPL-2.0-no-copyleft-exception - some of the previosly detected packages are no detected
This commit is contained in:
committed by
OpenShift Merge Robot
parent
377df7423c
commit
41372dbf33
13
.wwhrd.yml
13
.wwhrd.yml
@@ -10,6 +10,9 @@ whitelist:
|
||||
- FreeBSD
|
||||
- ISC
|
||||
- MPL-2.0
|
||||
- BSD-3-Clause
|
||||
- BSD-2-Clause
|
||||
- MPL-2.0-no-copyleft-exception
|
||||
|
||||
exceptions:
|
||||
# wwhrd currently does not detect ISC which is compatible with Odo so, add it under exceptions to avoid errors due to it being not recognised
|
||||
@@ -23,3 +26,13 @@ exceptions:
|
||||
# go-digest contains common digest package used across the container ecosystem
|
||||
# This is OpenShift dependency, ODO do not use this directly
|
||||
- github.com/opencontainers/go-digest
|
||||
# MIT licence - wwhrd is not detecting it correctly
|
||||
- github.com/ghodss/yaml
|
||||
# Apache License 2.0 - wwhrd is not detecting it correctly
|
||||
- github.com/prometheus/common/...
|
||||
# Apache License 2.0 - wwhrd is not detecting it correctly
|
||||
- github.com/docker/spdystream/...
|
||||
# BSD licence - wwhrd is not detecting it correctly
|
||||
- github.com/gogo/protobuf/...
|
||||
# BSD licence - wwhrd is not detecting it correctly
|
||||
- github.com/golang/protobuf/...
|
||||
|
||||
Reference in New Issue
Block a user