@@ -39,28 +39,54 @@ jobs:
39
39
#
40
40
project :
41
41
name : Project Checks
42
- if : github.repository == 'containerd /containerd'
42
+ if : github.repository == 'coderbirju /containerd'
43
43
runs-on : ubuntu-22.04
44
44
timeout-minutes : 5
45
45
46
46
steps :
47
47
- uses : actions/checkout@v4
48
48
with :
49
- path : src/github.com/containerd /containerd
49
+ path : src/github.com/coderbirju /containerd
50
50
fetch-depth : 100
51
51
52
- - uses : ./src/github.com/containerd /containerd/.github/actions/install-go
52
+ - uses : ./src/github.com/coderbirju /containerd/.github/actions/install-go
53
53
54
- -
uses :
containerd /[email protected] .0
54
+ -
uses :
coderbirju /[email protected] .4
55
55
with :
56
- working-directory : src/github.com/containerd /containerd
56
+ working-directory : src/github.com/coderbirju /containerd
57
57
repo-access-token : ${{ secrets.GITHUB_TOKEN }}
58
58
59
59
- name : verify go modules and vendor directory
60
60
run : |
61
61
sudo apt-get install -y jq
62
62
make verify-vendor
63
- working-directory : src/github.com/containerd/containerd
63
+ working-directory : src/github.com/coderbirju/containerd
64
+
65
+
66
+ #
67
+ # License Check
68
+ #
69
+ # License:
70
+ # name: License Check
71
+ # runs-on: ubuntu-22.04
72
+ # timeout-minutes: 5
73
+
74
+ # defaults:
75
+ # run:
76
+ # working-directory: src/github.com/containerd/containerd
77
+
78
+ # steps:
79
+ # - uses: actions/checkout@v4
80
+ # with:
81
+ # path: src/github.com/containerd/containerd
82
+
83
+ # - uses: ./src/github.com/containerd/containerd/.github/actions/install-go
84
+ # - name: Install go-licenses and run checks
85
+ # shell: bash
86
+ # # allow list from https://github.com/cncf/foundation/blob/e5db022a0009f4db52b89d9875640cf3137153fe/allowed-third-party-license-policy.md
87
+ # run: |
88
+ # go install github.com/google/[email protected]
89
+ # go-licenses check --include_tests github.com/containerd/containerd/... --allowed_licenses=Apache-2.0,BSD-2-Clause,BSD-2-Clause-FreeBSD,BSD-3-Clause,MIT,ISC,Python-2.0,PostgreSQL,X11,Zlib
64
90
65
91
#
66
92
# Protobuf checks
0 commit comments