Compare commits

...

9 Commits

Author SHA1 Message Date
e9be45f0b4 chore: update repository templates to 83e71e6e97
Some checks failed
CI / Prepare Dependencies (push) Successful in 19m3s
CI / Detected Repo Changes (push) Successful in 12s
Docker Image Scan / docker (push) Failing after 22m30s
Format / format (push) Successful in 9m19s
Synchronize Issue Labels / Synchronize Issue Labels (push) Has been skipped
Licenses / License compliance (push) Successful in 9m17s
CI / Lint GithubAction files (push) Has been skipped
CI / Compile and test (push) Has been skipped
CI / Run integration tests (push) Has been skipped
CI / Build docker image (push) Has been skipped
CI / release (push) Has been skipped
2025-01-02 13:55:45 +00:00
7ae57adaa1 autogen: update license overview 2025-01-02 12:56:25 +00:00
b04e0a4ab2 chore: update repository templates to 44efd83ab7 2025-01-02 12:21:33 +00:00
80bb30395b chore: update repository templates to c091d79648 2025-01-02 12:18:45 +00:00
e61e2e6041 chore: update repository templates to cb2a20fceb 2024-12-31 10:43:06 +00:00
7f165b64cc chore: update repository templates to 6dd5819712 2024-12-31 10:36:26 +00:00
0cc8ddf593 chore: update repository templates to b1eed8856c 2024-12-30 22:59:19 +00:00
d25e97d335 autogen: update license overview 2024-12-30 13:10:40 +00:00
050546c301 chore: update repository templates to cbb120bd7c 2024-12-30 12:53:35 +00:00
2 changed files with 187 additions and 3 deletions

View File

@ -8,10 +8,12 @@ on:
push:
branches:
- main
- v3
- master
jobs:
check:
licenses:
name: License compliance
runs-on: ubuntu-latest
steps:
- name: Install script
@ -20,8 +22,14 @@ jobs:
token: ${{ secrets.ORY_BOT_PAT || secrets.GITHUB_TOKEN }}
- name: Check licenses
uses: ory/ci/licenses/check@master
- name: Write licenses
- name: Write, commit, push licenses
uses: ory/ci/licenses/write@master
if:
${{ github.ref == 'refs/heads/main' || github.ref ==
'refs/heads/master' }}
'refs/heads/master' || github.ref == 'refs/heads/v3' }}
with:
author-email:
${{ secrets.ORY_BOT_PAT &&
'60093411+ory-bot@users.noreply.github.com' ||
format('{0}@users.noreply.github.com', github.actor) }}
author-name: ${{ secrets.ORY_BOT_PAT && 'ory-bot' || github.actor }}

176
.reports/dep-licenses.csv Normal file
View File

@ -0,0 +1,176 @@
"github.com/go-logr/logr","Apache-2.0"
"github.com/asaskevich/govalidator","MIT"
"github.com/go-openapi/errors","Apache-2.0"
"github.com/go-openapi/runtime","Apache-2.0"
"github.com/go-openapi/strfmt","Apache-2.0"
"github.com/go-openapi/swag","Apache-2.0"
"github.com/google/uuid","BSD-3-Clause"
"github.com/josharian/intern","MIT"
"github.com/mailru/easyjson","MIT"
"github.com/mitchellh/mapstructure","MIT"
"github.com/oklog/ulid","Apache-2.0"
"go.mongodb.org/mongo-driver","Apache-2.0"
"golang.org/x/sync/errgroup","BSD-3-Clause"
"gopkg.in/yaml.v3","MIT"
"github.com/fsnotify/fsnotify","BSD-3-Clause"
"github.com/nxadm/tail","MIT"
"github.com/nxadm/tail/ratelimiter","MIT"
"github.com/onsi/ginkgo","MIT"
"github.com/onsi/ginkgo/reporters/stenographer/support/go-colorable","MIT"
"golang.org/x/sys/unix","BSD-3-Clause"
"gopkg.in/tomb.v1","BSD-3-Clause"
"github.com/google/go-cmp/cmp","BSD-3-Clause"
"github.com/onsi/gomega","MIT"
"golang.org/x/net/html","BSD-3-Clause"
"golang.org/x/text","BSD-3-Clause"
"gopkg.in/yaml.v3","MIT"
"github.com/asaskevich/govalidator","MIT"
"github.com/beorn7/perks/quantile","MIT"
"github.com/cespare/xxhash/v2","MIT"
"github.com/davecgh/go-spew/spew","ISC"
"github.com/emicklei/go-restful/v3","MIT"
"github.com/evanphx/json-patch/v5","BSD-3-Clause"
"github.com/fsnotify/fsnotify","BSD-3-Clause"
"github.com/go-logr/logr","Apache-2.0"
"github.com/go-logr/stdr","Apache-2.0"
"github.com/go-logr/zapr","Apache-2.0"
"github.com/go-openapi/analysis","Apache-2.0"
"github.com/go-openapi/errors","Apache-2.0"
"github.com/go-openapi/jsonpointer","Apache-2.0"
"github.com/go-openapi/jsonreference","Apache-2.0"
"github.com/go-openapi/loads","Apache-2.0"
"github.com/go-openapi/runtime","Apache-2.0"
"github.com/go-openapi/runtime/middleware/denco","MIT"
"github.com/go-openapi/spec","Apache-2.0"
"github.com/go-openapi/strfmt","Apache-2.0"
"github.com/go-openapi/swag","Apache-2.0"
"github.com/go-openapi/validate","Apache-2.0"
"github.com/gogo/protobuf","BSD-3-Clause"
"github.com/golang/groupcache/lru","Apache-2.0"
"github.com/golang/protobuf","BSD-3-Clause"
"github.com/google/gnostic-models","Apache-2.0"
"github.com/google/go-cmp/cmp","BSD-3-Clause"
"github.com/google/gofuzz","Apache-2.0"
"github.com/google/uuid","BSD-3-Clause"
"github.com/imdario/mergo","BSD-3-Clause"
"github.com/josharian/intern","MIT"
"github.com/json-iterator/go","MIT"
"github.com/mailru/easyjson","MIT"
"github.com/matttproud/golang_protobuf_extensions/pbutil","Apache-2.0"
"github.com/mitchellh/mapstructure","MIT"
"github.com/modern-go/concurrent","Apache-2.0"
"github.com/modern-go/reflect2","Apache-2.0"
"github.com/munnerz/goautoneg","BSD-3-Clause"
"github.com/oklog/ulid","Apache-2.0"
"github.com/opentracing/opentracing-go","Apache-2.0"
"github.com/ory/hydra-maester","Apache-2.0"
"github.com/pkg/errors","BSD-2-Clause"
"github.com/prometheus/client_golang/prometheus","Apache-2.0"
"github.com/prometheus/client_model/go","Apache-2.0"
"github.com/prometheus/common","Apache-2.0"
"github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg","BSD-3-Clause"
"github.com/prometheus/procfs","Apache-2.0"
"github.com/spf13/pflag","BSD-3-Clause"
"go.mongodb.org/mongo-driver","Apache-2.0"
"go.opentelemetry.io/otel","Apache-2.0"
"go.opentelemetry.io/otel/metric","Apache-2.0"
"go.opentelemetry.io/otel/trace","Apache-2.0"
"go.uber.org/multierr","MIT"
"go.uber.org/zap","MIT"
"golang.org/x/exp/maps","BSD-3-Clause"
"golang.org/x/net","BSD-3-Clause"
"golang.org/x/oauth2","BSD-3-Clause"
"golang.org/x/sync/errgroup","BSD-3-Clause"
"golang.org/x/sys/unix","BSD-3-Clause"
"golang.org/x/term","BSD-3-Clause"
"golang.org/x/text","BSD-3-Clause"
"golang.org/x/time/rate","BSD-3-Clause"
"gomodules.xyz/jsonpatch/v2","Apache-2.0"
"google.golang.org/protobuf","BSD-3-Clause"
"gopkg.in/inf.v0","BSD-3-Clause"
"gopkg.in/yaml.v2","Apache-2.0"
"gopkg.in/yaml.v3","MIT"
"k8s.io/api","Apache-2.0"
"k8s.io/apiextensions-apiserver/pkg/apis/apiextensions","Apache-2.0"
"k8s.io/apimachinery/pkg","Apache-2.0"
"k8s.io/apimachinery/third_party/forked/golang","BSD-3-Clause"
"k8s.io/client-go","Apache-2.0"
"k8s.io/klog/v2","Apache-2.0"
"k8s.io/kube-openapi/pkg","Apache-2.0"
"k8s.io/kube-openapi/pkg/internal/third_party/go-json-experiment/json","BSD-3-Clause"
"k8s.io/kube-openapi/pkg/validation/spec","Apache-2.0"
"k8s.io/utils","Apache-2.0"
"k8s.io/utils/internal/third_party/forked/golang/net","BSD-3-Clause"
"sigs.k8s.io/controller-runtime","Apache-2.0"
"sigs.k8s.io/json","Apache-2.0"
"sigs.k8s.io/json","BSD-3-Clause"
"sigs.k8s.io/structured-merge-diff/v4","Apache-2.0"
"sigs.k8s.io/yaml","MIT"
"sigs.k8s.io/yaml","BSD-3-Clause"
"github.com/stretchr/testify","MIT"
"k8s.io/api","Apache-2.0"
"k8s.io/apimachinery","Apache-2.0"
"k8s.io/client-go","Apache-2.0"
"github.com/beorn7/perks/quantile","MIT"
"github.com/cespare/xxhash/v2","MIT"
"github.com/davecgh/go-spew/spew","ISC"
"github.com/emicklei/go-restful/v3","MIT"
"github.com/evanphx/json-patch/v5","BSD-3-Clause"
"github.com/fsnotify/fsnotify","BSD-3-Clause"
"github.com/go-logr/logr","Apache-2.0"
"github.com/go-openapi/jsonpointer","Apache-2.0"
"github.com/go-openapi/jsonreference","Apache-2.0"
"github.com/go-openapi/swag","Apache-2.0"
"github.com/gogo/protobuf","BSD-3-Clause"
"github.com/golang/groupcache/lru","Apache-2.0"
"github.com/golang/protobuf","BSD-3-Clause"
"github.com/google/gnostic-models","Apache-2.0"
"github.com/google/go-cmp/cmp","BSD-3-Clause"
"github.com/google/gofuzz","Apache-2.0"
"github.com/google/uuid","BSD-3-Clause"
"github.com/imdario/mergo","BSD-3-Clause"
"github.com/josharian/intern","MIT"
"github.com/json-iterator/go","MIT"
"github.com/mailru/easyjson","MIT"
"github.com/matttproud/golang_protobuf_extensions/pbutil","Apache-2.0"
"github.com/modern-go/concurrent","Apache-2.0"
"github.com/modern-go/reflect2","Apache-2.0"
"github.com/munnerz/goautoneg","BSD-3-Clause"
"github.com/pkg/errors","BSD-2-Clause"
"github.com/prometheus/client_golang/prometheus","Apache-2.0"
"github.com/prometheus/client_model/go","Apache-2.0"
"github.com/prometheus/common","Apache-2.0"
"github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg","BSD-3-Clause"
"github.com/prometheus/procfs","Apache-2.0"
"github.com/spf13/pflag","BSD-3-Clause"
"golang.org/x/exp/maps","BSD-3-Clause"
"golang.org/x/net","BSD-3-Clause"
"golang.org/x/oauth2","BSD-3-Clause"
"golang.org/x/sys/unix","BSD-3-Clause"
"golang.org/x/term","BSD-3-Clause"
"golang.org/x/text","BSD-3-Clause"
"golang.org/x/time/rate","BSD-3-Clause"
"gomodules.xyz/jsonpatch/v2","Apache-2.0"
"google.golang.org/protobuf","BSD-3-Clause"
"gopkg.in/inf.v0","BSD-3-Clause"
"gopkg.in/yaml.v2","Apache-2.0"
"gopkg.in/yaml.v3","MIT"
"k8s.io/api","Apache-2.0"
"k8s.io/apiextensions-apiserver/pkg/apis/apiextensions","Apache-2.0"
"k8s.io/apimachinery/pkg","Apache-2.0"
"k8s.io/apimachinery/third_party/forked/golang","BSD-3-Clause"
"k8s.io/client-go","Apache-2.0"
"k8s.io/klog/v2","Apache-2.0"
"k8s.io/kube-openapi/pkg","Apache-2.0"
"k8s.io/kube-openapi/pkg/internal/third_party/go-json-experiment/json","BSD-3-Clause"
"k8s.io/kube-openapi/pkg/validation/spec","Apache-2.0"
"k8s.io/utils","Apache-2.0"
"k8s.io/utils/internal/third_party/forked/golang/net","BSD-3-Clause"
"sigs.k8s.io/controller-runtime","Apache-2.0"
"sigs.k8s.io/json","Apache-2.0"
"sigs.k8s.io/json","BSD-3-Clause"
"sigs.k8s.io/structured-merge-diff/v4","Apache-2.0"
"sigs.k8s.io/yaml","MIT"
"sigs.k8s.io/yaml","BSD-3-Clause"
1 github.com/go-logr/logr Apache-2.0
2 github.com/asaskevich/govalidator MIT
3 github.com/go-openapi/errors Apache-2.0
4 github.com/go-openapi/runtime Apache-2.0
5 github.com/go-openapi/strfmt Apache-2.0
6 github.com/go-openapi/swag Apache-2.0
7 github.com/google/uuid BSD-3-Clause
8 github.com/josharian/intern MIT
9 github.com/mailru/easyjson MIT
10 github.com/mitchellh/mapstructure MIT
11 github.com/oklog/ulid Apache-2.0
12 go.mongodb.org/mongo-driver Apache-2.0
13 golang.org/x/sync/errgroup BSD-3-Clause
14 gopkg.in/yaml.v3 MIT
15 github.com/fsnotify/fsnotify BSD-3-Clause
16 github.com/nxadm/tail MIT
17 github.com/nxadm/tail/ratelimiter MIT
18 github.com/onsi/ginkgo MIT
19 github.com/onsi/ginkgo/reporters/stenographer/support/go-colorable MIT
20 golang.org/x/sys/unix BSD-3-Clause
21 gopkg.in/tomb.v1 BSD-3-Clause
22 github.com/google/go-cmp/cmp BSD-3-Clause
23 github.com/onsi/gomega MIT
24 golang.org/x/net/html BSD-3-Clause
25 golang.org/x/text BSD-3-Clause
26 gopkg.in/yaml.v3 MIT
27 github.com/asaskevich/govalidator MIT
28 github.com/beorn7/perks/quantile MIT
29 github.com/cespare/xxhash/v2 MIT
30 github.com/davecgh/go-spew/spew ISC
31 github.com/emicklei/go-restful/v3 MIT
32 github.com/evanphx/json-patch/v5 BSD-3-Clause
33 github.com/fsnotify/fsnotify BSD-3-Clause
34 github.com/go-logr/logr Apache-2.0
35 github.com/go-logr/stdr Apache-2.0
36 github.com/go-logr/zapr Apache-2.0
37 github.com/go-openapi/analysis Apache-2.0
38 github.com/go-openapi/errors Apache-2.0
39 github.com/go-openapi/jsonpointer Apache-2.0
40 github.com/go-openapi/jsonreference Apache-2.0
41 github.com/go-openapi/loads Apache-2.0
42 github.com/go-openapi/runtime Apache-2.0
43 github.com/go-openapi/runtime/middleware/denco MIT
44 github.com/go-openapi/spec Apache-2.0
45 github.com/go-openapi/strfmt Apache-2.0
46 github.com/go-openapi/swag Apache-2.0
47 github.com/go-openapi/validate Apache-2.0
48 github.com/gogo/protobuf BSD-3-Clause
49 github.com/golang/groupcache/lru Apache-2.0
50 github.com/golang/protobuf BSD-3-Clause
51 github.com/google/gnostic-models Apache-2.0
52 github.com/google/go-cmp/cmp BSD-3-Clause
53 github.com/google/gofuzz Apache-2.0
54 github.com/google/uuid BSD-3-Clause
55 github.com/imdario/mergo BSD-3-Clause
56 github.com/josharian/intern MIT
57 github.com/json-iterator/go MIT
58 github.com/mailru/easyjson MIT
59 github.com/matttproud/golang_protobuf_extensions/pbutil Apache-2.0
60 github.com/mitchellh/mapstructure MIT
61 github.com/modern-go/concurrent Apache-2.0
62 github.com/modern-go/reflect2 Apache-2.0
63 github.com/munnerz/goautoneg BSD-3-Clause
64 github.com/oklog/ulid Apache-2.0
65 github.com/opentracing/opentracing-go Apache-2.0
66 github.com/ory/hydra-maester Apache-2.0
67 github.com/pkg/errors BSD-2-Clause
68 github.com/prometheus/client_golang/prometheus Apache-2.0
69 github.com/prometheus/client_model/go Apache-2.0
70 github.com/prometheus/common Apache-2.0
71 github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg BSD-3-Clause
72 github.com/prometheus/procfs Apache-2.0
73 github.com/spf13/pflag BSD-3-Clause
74 go.mongodb.org/mongo-driver Apache-2.0
75 go.opentelemetry.io/otel Apache-2.0
76 go.opentelemetry.io/otel/metric Apache-2.0
77 go.opentelemetry.io/otel/trace Apache-2.0
78 go.uber.org/multierr MIT
79 go.uber.org/zap MIT
80 golang.org/x/exp/maps BSD-3-Clause
81 golang.org/x/net BSD-3-Clause
82 golang.org/x/oauth2 BSD-3-Clause
83 golang.org/x/sync/errgroup BSD-3-Clause
84 golang.org/x/sys/unix BSD-3-Clause
85 golang.org/x/term BSD-3-Clause
86 golang.org/x/text BSD-3-Clause
87 golang.org/x/time/rate BSD-3-Clause
88 gomodules.xyz/jsonpatch/v2 Apache-2.0
89 google.golang.org/protobuf BSD-3-Clause
90 gopkg.in/inf.v0 BSD-3-Clause
91 gopkg.in/yaml.v2 Apache-2.0
92 gopkg.in/yaml.v3 MIT
93 k8s.io/api Apache-2.0
94 k8s.io/apiextensions-apiserver/pkg/apis/apiextensions Apache-2.0
95 k8s.io/apimachinery/pkg Apache-2.0
96 k8s.io/apimachinery/third_party/forked/golang BSD-3-Clause
97 k8s.io/client-go Apache-2.0
98 k8s.io/klog/v2 Apache-2.0
99 k8s.io/kube-openapi/pkg Apache-2.0
100 k8s.io/kube-openapi/pkg/internal/third_party/go-json-experiment/json BSD-3-Clause
101 k8s.io/kube-openapi/pkg/validation/spec Apache-2.0
102 k8s.io/utils Apache-2.0
103 k8s.io/utils/internal/third_party/forked/golang/net BSD-3-Clause
104 sigs.k8s.io/controller-runtime Apache-2.0
105 sigs.k8s.io/json Apache-2.0
106 sigs.k8s.io/json BSD-3-Clause
107 sigs.k8s.io/structured-merge-diff/v4 Apache-2.0
108 sigs.k8s.io/yaml MIT
109 sigs.k8s.io/yaml BSD-3-Clause
110 github.com/stretchr/testify MIT
111 k8s.io/api Apache-2.0
112 k8s.io/apimachinery Apache-2.0
113 k8s.io/client-go Apache-2.0
114 github.com/beorn7/perks/quantile MIT
115 github.com/cespare/xxhash/v2 MIT
116 github.com/davecgh/go-spew/spew ISC
117 github.com/emicklei/go-restful/v3 MIT
118 github.com/evanphx/json-patch/v5 BSD-3-Clause
119 github.com/fsnotify/fsnotify BSD-3-Clause
120 github.com/go-logr/logr Apache-2.0
121 github.com/go-openapi/jsonpointer Apache-2.0
122 github.com/go-openapi/jsonreference Apache-2.0
123 github.com/go-openapi/swag Apache-2.0
124 github.com/gogo/protobuf BSD-3-Clause
125 github.com/golang/groupcache/lru Apache-2.0
126 github.com/golang/protobuf BSD-3-Clause
127 github.com/google/gnostic-models Apache-2.0
128 github.com/google/go-cmp/cmp BSD-3-Clause
129 github.com/google/gofuzz Apache-2.0
130 github.com/google/uuid BSD-3-Clause
131 github.com/imdario/mergo BSD-3-Clause
132 github.com/josharian/intern MIT
133 github.com/json-iterator/go MIT
134 github.com/mailru/easyjson MIT
135 github.com/matttproud/golang_protobuf_extensions/pbutil Apache-2.0
136 github.com/modern-go/concurrent Apache-2.0
137 github.com/modern-go/reflect2 Apache-2.0
138 github.com/munnerz/goautoneg BSD-3-Clause
139 github.com/pkg/errors BSD-2-Clause
140 github.com/prometheus/client_golang/prometheus Apache-2.0
141 github.com/prometheus/client_model/go Apache-2.0
142 github.com/prometheus/common Apache-2.0
143 github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg BSD-3-Clause
144 github.com/prometheus/procfs Apache-2.0
145 github.com/spf13/pflag BSD-3-Clause
146 golang.org/x/exp/maps BSD-3-Clause
147 golang.org/x/net BSD-3-Clause
148 golang.org/x/oauth2 BSD-3-Clause
149 golang.org/x/sys/unix BSD-3-Clause
150 golang.org/x/term BSD-3-Clause
151 golang.org/x/text BSD-3-Clause
152 golang.org/x/time/rate BSD-3-Clause
153 gomodules.xyz/jsonpatch/v2 Apache-2.0
154 google.golang.org/protobuf BSD-3-Clause
155 gopkg.in/inf.v0 BSD-3-Clause
156 gopkg.in/yaml.v2 Apache-2.0
157 gopkg.in/yaml.v3 MIT
158 k8s.io/api Apache-2.0
159 k8s.io/apiextensions-apiserver/pkg/apis/apiextensions Apache-2.0
160 k8s.io/apimachinery/pkg Apache-2.0
161 k8s.io/apimachinery/third_party/forked/golang BSD-3-Clause
162 k8s.io/client-go Apache-2.0
163 k8s.io/klog/v2 Apache-2.0
164 k8s.io/kube-openapi/pkg Apache-2.0
165 k8s.io/kube-openapi/pkg/internal/third_party/go-json-experiment/json BSD-3-Clause
166 k8s.io/kube-openapi/pkg/validation/spec Apache-2.0
167 k8s.io/utils Apache-2.0
168 k8s.io/utils/internal/third_party/forked/golang/net BSD-3-Clause
169 sigs.k8s.io/controller-runtime Apache-2.0
170 sigs.k8s.io/json Apache-2.0
171 sigs.k8s.io/json BSD-3-Clause
172 sigs.k8s.io/structured-merge-diff/v4 Apache-2.0
173 sigs.k8s.io/yaml MIT
174 sigs.k8s.io/yaml BSD-3-Clause