diff --git a/common/.commonfiles.sha b/common/.commonfiles.sha index f01f58fec26..45a5738f673 100644 --- a/common/.commonfiles.sha +++ b/common/.commonfiles.sha @@ -1 +1 @@ -3dc596da3a1c8852f3a92f964c39ef8db64a4dbf +bd687211526fab2c78e2fbb214184e5cac7a02c1 diff --git a/common/config/license-lint.yml b/common/config/license-lint.yml index b4cb9ae9041..e4cf09aed07 100644 --- a/common/config/license-lint.yml +++ b/common/config/license-lint.yml @@ -104,3 +104,7 @@ allowlisted_modules: # https://github.com/go-errors/errors/blob/master/LICENSE.MIT - github.com/go-errors/errors + +# runc is Apache 2.0: https://github.com/opencontainers/runc/blob/master/LICENSE +# but it contains BSD dep which our linter fails to understand: https://github.com/opencontainers/runc/blob/v0.1.1/Godeps/_workspace/src/github.com/golang/protobuf/LICENSE +- github.com/opencontainers/runc