-
Notifications
You must be signed in to change notification settings - Fork 244
/
.wwhrd.yml
47 lines (45 loc) · 1.76 KB
/
.wwhrd.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
denylist:
# https://www.apache.org/licenses/GPL-compatibility.html
- GPL-2.0
allowlist:
- Apache-2.0
- MIT
- NewBSD
- FreeBSD
- ISC
- MPL-2.0
- BSD-3-Clause
- BSD-2-Clause
- MPL-2.0-no-copyleft-exception
- EPL-2.0
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
- github.com/davecgh/go-spew/spew/...
# 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
# we use this file in cli documentation
- github.com/olekukonko/tablewriter
# gocertifi contains CA bundle and SSL certs which is required for OpenShift
# This is OpenShift dependency, ODO do not use this directly
- github.com/certifi/gocertifi
# 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
# 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/...
# MIT licence - wwhrd is not detecting it correctly
- sigs.k8s.io/yaml/...
# MIT licence - wwhrd is not detecting it correctly
- github.com/ActiveState/vt10x
# MIT licence - wwhrd is not detecting it correctly
- github.com/acomagu/bufpipe
# Apache License 2.0 - wwhrd is not detecting it correctly
- github.com/pjbgf/sha1cd
- github.com/pjbgf/sha1cd/ubc
- github.com/pjbgf/sha1cd/cgo