File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 24
24
with :
25
25
go-version : ${{ env.GO_VERSION }}
26
26
cache-dependency-path : src/github.com/containerd/nerdctl
27
- - uses : containerd/project-checks@434a07157608eeaa1d5c8d4dd506154204cd9401 # v1.1.0
27
+ - uses : containerd/project-checks@d7751f3c375b8fe4a84c02a068184ee4c1f59bc4 # v1.2.2
28
28
with :
29
29
working-directory : src/github.com/containerd/nerdctl
30
30
repo-access-token : ${{ secrets.GITHUB_TOKEN }}
31
+ # go-licenses-ignore is set because go-licenses cannot detect the license of the following package:
32
+ # * go-base36: Apache-2.0 OR MIT (https://github.com/multiformats/go-base36/blob/master/LICENSE.md)
33
+ #
34
+ # The list of the CNCF-approved licenses can be found here:
35
+ # https://github.com/cncf/foundation/blob/main/allowed-third-party-license-policy.md
36
+ go-licenses-ignore : |
37
+ github.com/multiformats/go-base36
31
38
- run : ./hack/verify-no-patent.sh
32
39
working-directory : src/github.com/containerd/nerdctl
You can’t perform that action at this time.
0 commit comments