@@ -140,17 +140,15 @@ declare -A ignored_paths=(
140140 [" go.podman.io/storage" ]=" Harvesting is in progress"
141141 [" golang.org/x/tools/go/packages/packagestest" ]=" Harvesting is in progress"
142142 [" google.golang.org/genproto" ]=" Harvesting is in progress"
143- [" k8s.io/api" ]=" Harvesting is in progress"
144143 [" k8s.io/apiextensions-apiserver" ]=" Harvesting is in progress"
145- [" k8s.io/apimachinery" ]=" Harvesting is in progress"
146144 [" k8s.io/apiserver" ]=" Harvesting is in progress"
147- [" k8s.io/client-go" ]=" Harvesting is in progress"
148145 [" k8s.io/code-generator" ]=" Harvesting is in progress"
149146 [" k8s.io/component-base" ]=" Harvesting is in progress"
150147 [" k8s.io/kms" ]=" Harvesting is in progress"
151148 [" k8s.io/kube-aggregator" ]=" Harvesting is in progress"
152- [" k8s.io/utils " ]=" Harvesting is in progress"
149+ [" k8s.io/kube-openapi " ]=" Harvesting is in progress"
153150 [" sigs.k8s.io/controller-tools" ]=" Harvesting is in progress"
151+ [" github.com/prometheus-operator/prometheus-operator" ]=" Harvesting is in progress"
154152)
155153
156154declare -A ignored_paths_licenses=(
@@ -190,16 +188,10 @@ declare -A ignored_paths_licenses=(
190188 [" golang.org/x/tools/go/packages/packagestest" ]=" BSD-3-Clause"
191189 # https://github.com/googleapis/go-genproto?tab=Apache-2.0-1-ov-file
192190 [" google.golang.org/genproto" ]=" Apache-2.0"
193- # https://github.com/kubernetes/api?tab=Apache-2.0-1-ov-file
194- [" k8s.io/api" ]=" Apache-2.0"
195191 # https://github.com/kubernetes/apiextensions-apiserver?tab=Apache-2.0-1-ov-file
196192 [" k8s.io/apiextensions-apiserver" ]=" Apache-2.0"
197- # https://github.com/kubernetes/apimachinery?tab=Apache-2.0-1-ov-file
198- [" k8s.io/apimachinery" ]=" Apache-2.0"
199193 # https://github.com/kubernetes/apiserver?tab=Apache-2.0-1-ov-file
200194 [" k8s.io/apiserver" ]=" Apache-2.0"
201- # https://github.com/kubernetes/client-go?tab=Apache-2.0-1-ov-file
202- [" k8s.io/client-go" ]=" Apache-2.0"
203195 # https://github.com/kubernetes/code-generator?tab=Apache-2.0-1-ov-file
204196 [" k8s.io/code-generator" ]=" Apache-2.0"
205197 # https://github.com/kubernetes/component-base?tab=Apache-2.0-1-ov-file
@@ -208,10 +200,12 @@ declare -A ignored_paths_licenses=(
208200 [" k8s.io/kms" ]=" Apache-2.0"
209201 # https://github.com/kubernetes/kube-aggregator?tab=Apache-2.0-1-ov-file
210202 [" k8s.io/kube-aggregator" ]=" Apache-2.0"
211- # https://github.com/kubernetes/utils ?tab=Apache-2.0-1-ov-file
212- [" k8s.io/utils " ]=" Apache-2.0"
203+ # https://github.com/kubernetes/kube-openapi ?tab=Apache-2.0-1-ov-file
204+ [" k8s.io/kube-openapi " ]=" Apache-2.0"
213205 # https://github.com/kubernetes-sigs/controller-tools?tab=Apache-2.0-1-ov-file
214206 [" sigs.k8s.io/controller-tools" ]=" Apache-2.0"
207+ # https://github.com/prometheus-operator/prometheus-operator?tab=Apache-2.0-1-ov-file
208+ [" github.com/prometheus-operator/prometheus-operator" ]=" Apache-2.0"
215209)
216210
217211declare -A declared_licenses=(
0 commit comments