trento
trento copied to clipboard
CI: add job for checking licenses from dependencies
The check is implemented using wwhrd [1] and the allowed
licenses are listed on the .wwhrd.yml
file.
- https://github.com/frapposelli/wwhrd
Fix: https://github.com/trento-project/trento/issues/349
@arbulu89 thanks for the review.
Regarding the golang bin directory, do you have a suggestion on how to fix that? I could add $GOPATH/bin
to the path of the binary, however there is also the case where it is not defined which defaults to $HOME/go/bin
. Not sure if it would be worthy going over all the options.