fix required kunalkushwaha error#2004
Conversation
| - uses: containerd/project-checks@v1.2.2 | ||
| with: | ||
| working-directory: src/github.com/containerd/stargz-snapshotter | ||
| go-licenses-ignore: | |
There was a problem hiding this comment.
after updating to v1.2.2 and not go-licenses-ignore will report error :
Not allowed license found for library github.com/containerd/stargz-snapshotter/estargz
Not allowed license found for library github.com/containerd/stargz-snapshotter/estargz/errorutil
Not allowed license found for library github.com/containerd/stargz-snapshotter/estargz/externaltoc
Not allowed license found for library github.com/containerd/stargz-snapshotter/estargz/zstdchunked
Not allowed license MPL-2.0 found for library github.com/hashicorp/go-cleanhttp
Not allowed license MPL-2.0 found for library github.com/hashicorp/go-retryablehttp
There was a problem hiding this comment.
Please add reasons why these errors can be safely ignored
There was a problem hiding this comment.
The two packages listed below are licensed under MPL-2.0, which is not included in the allowed-third-party-license-policy.md. Shall we directly use go-licenses-ignore to suppress the related license warnings?
github.com/hashicorp/go-cleanhttp
github.com/hashicorp/go-retryablehttp
There was a problem hiding this comment.
Please link https://github.com/cncf/foundation/blob/main/license-exceptions/CNCF-licensing-exceptions.csv in the YAML to clarify that these packages are exceptionally allowed
Signed-off-by: abushwang <[email protected]>
|
re-push to refresh CI |
|
all done @AkihiroSuda |
update project-checks to v1.2.2 to fix this error in CI, It seems to be the same issue as containerd/nerdctl#3976,
cc @AkihiroSuda