mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
26 lines
944 B
YAML
26 lines
944 B
YAML
---
|
|
blacklist:
|
|
# https://www.apache.org/licenses/GPL-compatibility.html
|
|
- GPL-2.0
|
|
|
|
whitelist:
|
|
- Apache-2.0
|
|
- MIT
|
|
- NewBSD
|
|
- FreeBSD
|
|
- ISC
|
|
- MPL-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
|