-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.json
937 lines (937 loc) · 36 KB
/
index.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
{
"version": 1,
"packages": [
{
"id": "pkg:golang/github.com/Mirantis/cri-dockerd",
"location": "pkg/golang/github.com/Mirantis/cri-dockerd/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/brancz/kube-rbac-proxy",
"location": "pkg/golang/github.com/brancz/kube-rbac-proxy/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/buildpacks/lifecycle",
"location": "pkg/golang/github.com/buildpacks/lifecycle/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/cilium/cilium",
"location": "pkg/golang/github.com/cilium/cilium/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/containerd/containerd/api",
"location": "pkg/golang/github.com/containerd/containerd/api/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/containerd/containerd/integration/client",
"location": "pkg/golang/github.com/containerd/containerd/integration/client/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/containerd/containerd",
"location": "pkg/golang/github.com/containerd/containerd/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/containernetworking/plugins",
"location": "pkg/golang/github.com/containernetworking/plugins/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/coredns/coredns",
"location": "pkg/golang/github.com/coredns/coredns/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/derailed/k9s",
"location": "pkg/golang/github.com/derailed/k9s/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/dexidp/dex",
"location": "pkg/golang/github.com/dexidp/dex/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/flannel-io/flannel",
"location": "pkg/golang/github.com/flannel-io/flannel/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/google/cadvisor/cmd",
"location": "pkg/golang/github.com/google/cadvisor/cmd/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/google/cadvisor",
"location": "pkg/golang/github.com/google/cadvisor/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/grafana/grafana",
"location": "pkg/golang/github.com/grafana/grafana/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/grpc-ecosystem/grpc-health-probe",
"location": "pkg/golang/github.com/grpc-ecosystem/grpc-health-probe/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/hairyhenderson/gomplate/v3",
"location": "pkg/golang/github.com/hairyhenderson/gomplate/v3/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/harvester/docker-machine-driver-harvester",
"location": "pkg/golang/github.com/harvester/docker-machine-driver-harvester/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/harvester/harvester-cloud-provider",
"location": "pkg/golang/github.com/harvester/harvester-cloud-provider/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/harvester/harvester-csi-driver",
"location": "pkg/golang/github.com/harvester/harvester-csi-driver/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/harvester/harvester-installer",
"location": "pkg/golang/github.com/harvester/harvester-installer/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/harvester/harvester-load-balancer",
"location": "pkg/golang/github.com/harvester/harvester-load-balancer/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/harvester/harvester-network-controller",
"location": "pkg/golang/github.com/harvester/harvester-network-controller/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/harvester/harvester",
"location": "pkg/golang/github.com/harvester/harvester/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/harvester/networkfs-manager",
"location": "pkg/golang/github.com/harvester/networkfs-manager/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/harvester/node-disk-manager",
"location": "pkg/golang/github.com/harvester/node-disk-manager/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/harvester/node-manager",
"location": "pkg/golang/github.com/harvester/node-manager/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/harvester/pcidevices",
"location": "pkg/golang/github.com/harvester/pcidevices/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/harvester/seeder",
"location": "pkg/golang/github.com/harvester/seeder/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/harvester/vm-import-controller",
"location": "pkg/golang/github.com/harvester/vm-import-controller/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/harvester/webhook",
"location": "pkg/golang/github.com/harvester/webhook/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/hashicorp/consul",
"location": "pkg/golang/github.com/hashicorp/consul/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/helm/helm-mapkubeapis",
"location": "pkg/golang/github.com/helm/helm-mapkubeapis/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/heptiolabs/eventrouter",
"location": "pkg/golang/github.com/heptiolabs/eventrouter/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/jaegertracing/jaeger",
"location": "pkg/golang/github.com/jaegertracing/jaeger/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/jet/kube-webhook-certgen",
"location": "pkg/golang/github.com/jet/kube-webhook-certgen/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/k3s-io/helm-set-status",
"location": "pkg/golang/github.com/k3s-io/helm-set-status/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/k3s-io/k3s",
"location": "pkg/golang/github.com/k3s-io/k3s/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/k3s-io/kine",
"location": "pkg/golang/github.com/k3s-io/kine/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/k8snetworkplumbingwg/network-resources-injector",
"location": "pkg/golang/github.com/k8snetworkplumbingwg/network-resources-injector/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/k8snetworkplumbingwg/sriov-cni",
"location": "pkg/golang/github.com/k8snetworkplumbingwg/sriov-cni/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/k8snetworkplumbingwg/sriov-network-device-plugin",
"location": "pkg/golang/github.com/k8snetworkplumbingwg/sriov-network-device-plugin/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/k8snetworkplumbingwg/sriov-network-operator",
"location": "pkg/golang/github.com/k8snetworkplumbingwg/sriov-network-operator/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/kiali/kiali",
"location": "pkg/golang/github.com/kiali/kiali/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/kube-logging/logging-operator",
"location": "pkg/golang/github.com/kube-logging/logging-operator/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/kubernetes-csi/external-attacher",
"location": "pkg/golang/github.com/kubernetes-csi/external-attacher/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/kubernetes-csi/external-provisioner",
"location": "pkg/golang/github.com/kubernetes-csi/external-provisioner/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/kubernetes-csi/external-provisioner/v5",
"location": "pkg/golang/github.com/kubernetes-csi/external-provisioner/v5/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/kubernetes-csi/external-resizer",
"location": "pkg/golang/github.com/kubernetes-csi/external-resizer/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/kubernetes-csi/external-snapshotter/client/v8",
"location": "pkg/golang/github.com/kubernetes-csi/external-snapshotter/client/v8/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/kubernetes-csi/external-snapshotter/v6",
"location": "pkg/golang/github.com/kubernetes-csi/external-snapshotter/v6/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/kubernetes-csi/external-snapshotter/v7",
"location": "pkg/golang/github.com/kubernetes-csi/external-snapshotter/v7/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/kubernetes-csi/external-snapshotter/v8",
"location": "pkg/golang/github.com/kubernetes-csi/external-snapshotter/v8/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/kubernetes-csi/livenessprobe",
"location": "pkg/golang/github.com/kubernetes-csi/livenessprobe/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/kubernetes-csi/node-driver-registrar",
"location": "pkg/golang/github.com/kubernetes-csi/node-driver-registrar/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/kubernetes-sigs/cluster-proportional-autoscaler",
"location": "pkg/golang/github.com/kubernetes-sigs/cluster-proportional-autoscaler/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/kubernetes-sigs/cri-tools",
"location": "pkg/golang/github.com/kubernetes-sigs/cri-tools/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/kube-vip/kube-vip",
"location": "pkg/golang/github.com/kube-vip/kube-vip/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/linode/docker-machine-driver-linode",
"location": "pkg/golang/github.com/linode/docker-machine-driver-linode/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/longhorn/backing-image-manager",
"location": "pkg/golang/github.com/longhorn/backing-image-manager/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/longhorn/cli",
"location": "pkg/golang/github.com/longhorn/cli/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/longhorn/longhorn-engine",
"location": "pkg/golang/github.com/longhorn/longhorn-engine/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/longhorn/longhorn-instance-manager",
"location": "pkg/golang/github.com/longhorn/longhorn-instance-manager/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/longhorn/longhorn-manager",
"location": "pkg/golang/github.com/longhorn/longhorn-manager/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/longhorn/longhorn-share-manager",
"location": "pkg/golang/github.com/longhorn/longhorn-share-manager/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/messagebird/sachet",
"location": "pkg/golang/github.com/messagebird/sachet/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/mikefarah/yq/v4",
"location": "pkg/golang/github.com/mikefarah/yq/v4/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/minio/mc",
"location": "pkg/golang/github.com/minio/mc/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/minio/minio/docs/debugging/inspect",
"location": "pkg/golang/github.com/minio/minio/docs/debugging/inspect/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/minio/minio",
"location": "pkg/golang/github.com/minio/minio/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/opencontainers/runc",
"location": "pkg/golang/github.com/opencontainers/runc/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/open-policy-agent/gatekeeper/v3",
"location": "pkg/golang/github.com/open-policy-agent/gatekeeper/v3/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/open-policy-agent/opa",
"location": "pkg/golang/github.com/open-policy-agent/opa/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/openshift/oauth-proxy",
"location": "pkg/golang/github.com/openshift/oauth-proxy/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/bellsoft-liberica/v9",
"location": "pkg/golang/github.com/paketo-buildpacks/bellsoft-liberica/v9/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/bundle-install",
"location": "pkg/golang/github.com/paketo-buildpacks/bundle-install/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/bundler",
"location": "pkg/golang/github.com/paketo-buildpacks/bundler/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/composer",
"location": "pkg/golang/github.com/paketo-buildpacks/composer/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/conda-env-update",
"location": "pkg/golang/github.com/paketo-buildpacks/conda-env-update/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/cpython",
"location": "pkg/golang/github.com/paketo-buildpacks/cpython/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/dotnet-core-aspnet-runtime/dependency/retrieval",
"location": "pkg/golang/github.com/paketo-buildpacks/dotnet-core-aspnet-runtime/dependency/retrieval/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/dotnet-core-aspnet-runtime",
"location": "pkg/golang/github.com/paketo-buildpacks/dotnet-core-aspnet-runtime/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/dotnet-core-sdk/dependency/retrieval",
"location": "pkg/golang/github.com/paketo-buildpacks/dotnet-core-sdk/dependency/retrieval/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/dotnet-core-sdk",
"location": "pkg/golang/github.com/paketo-buildpacks/dotnet-core-sdk/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/dotnet-execute",
"location": "pkg/golang/github.com/paketo-buildpacks/dotnet-execute/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/dotnet-publish",
"location": "pkg/golang/github.com/paketo-buildpacks/dotnet-publish/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/encrypt-at-rest/v4",
"location": "pkg/golang/github.com/paketo-buildpacks/encrypt-at-rest/v4/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/git",
"location": "pkg/golang/github.com/paketo-buildpacks/git/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/go-build",
"location": "pkg/golang/github.com/paketo-buildpacks/go-build/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/go-dist/dependency/retrieval",
"location": "pkg/golang/github.com/paketo-buildpacks/go-dist/dependency/retrieval/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/go-dist",
"location": "pkg/golang/github.com/paketo-buildpacks/go-dist/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/go-mod-vendor",
"location": "pkg/golang/github.com/paketo-buildpacks/go-mod-vendor/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/httpd/retrieval",
"location": "pkg/golang/github.com/paketo-buildpacks/httpd/retrieval/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/httpd",
"location": "pkg/golang/github.com/paketo-buildpacks/httpd/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/icu/dependency/retrieval",
"location": "pkg/golang/github.com/paketo-buildpacks/icu/dependency/retrieval/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/icu",
"location": "pkg/golang/github.com/paketo-buildpacks/icu/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/liberty",
"location": "pkg/golang/github.com/paketo-buildpacks/liberty/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/miniconda",
"location": "pkg/golang/github.com/paketo-buildpacks/miniconda/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/mri/dependency/retrieval",
"location": "pkg/golang/github.com/paketo-buildpacks/mri/dependency/retrieval/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/mri",
"location": "pkg/golang/github.com/paketo-buildpacks/mri/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/nginx/retrieval",
"location": "pkg/golang/github.com/paketo-buildpacks/nginx/retrieval/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/nginx",
"location": "pkg/golang/github.com/paketo-buildpacks/nginx/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/node-engine/retrieval",
"location": "pkg/golang/github.com/paketo-buildpacks/node-engine/retrieval/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/node-engine",
"location": "pkg/golang/github.com/paketo-buildpacks/node-engine/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/node-run-script",
"location": "pkg/golang/github.com/paketo-buildpacks/node-run-script/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/node-start",
"location": "pkg/golang/github.com/paketo-buildpacks/node-start/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/npm-install",
"location": "pkg/golang/github.com/paketo-buildpacks/npm-install/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/npm-start",
"location": "pkg/golang/github.com/paketo-buildpacks/npm-start/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/passenger",
"location": "pkg/golang/github.com/paketo-buildpacks/passenger/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/php-builtin-server",
"location": "pkg/golang/github.com/paketo-buildpacks/php-builtin-server/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/php-dist/retrieval",
"location": "pkg/golang/github.com/paketo-buildpacks/php-dist/retrieval/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/php-dist",
"location": "pkg/golang/github.com/paketo-buildpacks/php-dist/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/php-fpm",
"location": "pkg/golang/github.com/paketo-buildpacks/php-fpm/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/php-httpd",
"location": "pkg/golang/github.com/paketo-buildpacks/php-httpd/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/php-memcached-session-handler",
"location": "pkg/golang/github.com/paketo-buildpacks/php-memcached-session-handler/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/php-nginx",
"location": "pkg/golang/github.com/paketo-buildpacks/php-nginx/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/php-redis-session-handler",
"location": "pkg/golang/github.com/paketo-buildpacks/php-redis-session-handler/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/php-start",
"location": "pkg/golang/github.com/paketo-buildpacks/php-start/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/pipenv-install",
"location": "pkg/golang/github.com/paketo-buildpacks/pipenv-install/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/pipenv/retrieval",
"location": "pkg/golang/github.com/paketo-buildpacks/pipenv/retrieval/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/pipenv",
"location": "pkg/golang/github.com/paketo-buildpacks/pipenv/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/pip-install",
"location": "pkg/golang/github.com/paketo-buildpacks/pip-install/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/pip",
"location": "pkg/golang/github.com/paketo-buildpacks/pip/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/poetry-install",
"location": "pkg/golang/github.com/paketo-buildpacks/poetry-install/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/poetry/retrieval",
"location": "pkg/golang/github.com/paketo-buildpacks/poetry/retrieval/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/poetry-run",
"location": "pkg/golang/github.com/paketo-buildpacks/poetry-run/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/poetry",
"location": "pkg/golang/github.com/paketo-buildpacks/poetry/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/puma",
"location": "pkg/golang/github.com/paketo-buildpacks/puma/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/python-start",
"location": "pkg/golang/github.com/paketo-buildpacks/python-start/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/rackup",
"location": "pkg/golang/github.com/paketo-buildpacks/rackup/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/rails-assets",
"location": "pkg/golang/github.com/paketo-buildpacks/rails-assets/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/rake",
"location": "pkg/golang/github.com/paketo-buildpacks/rake/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/thin",
"location": "pkg/golang/github.com/paketo-buildpacks/thin/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/unicorn",
"location": "pkg/golang/github.com/paketo-buildpacks/unicorn/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/vsdbg/dependency/retrieval",
"location": "pkg/golang/github.com/paketo-buildpacks/vsdbg/dependency/retrieval/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/vsdbg",
"location": "pkg/golang/github.com/paketo-buildpacks/vsdbg/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/yarn-install",
"location": "pkg/golang/github.com/paketo-buildpacks/yarn-install/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/yarn/retrieval",
"location": "pkg/golang/github.com/paketo-buildpacks/yarn/retrieval/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/yarn",
"location": "pkg/golang/github.com/paketo-buildpacks/yarn/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/paketo-buildpacks/yarn-start",
"location": "pkg/golang/github.com/paketo-buildpacks/yarn-start/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/projectcalico/calico",
"location": "pkg/golang/github.com/projectcalico/calico/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/prometheus/alertmanager",
"location": "pkg/golang/github.com/prometheus/alertmanager/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/prometheus/node_exporter",
"location": "pkg/golang/github.com/prometheus/node_exporter/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/prometheus/prometheus",
"location": "pkg/golang/github.com/prometheus/prometheus/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/rancher/aks-operator",
"location": "pkg/golang/github.com/rancher/aks-operator/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/rancher/backup-restore-operator",
"location": "pkg/golang/github.com/rancher/backup-restore-operator/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/rancher/backup-restore-operator/tests",
"location": "pkg/golang/github.com/rancher/backup-restore-operator/tests/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/rancher/cis-operator",
"location": "pkg/golang/github.com/rancher/cis-operator/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/rancher/confd",
"location": "pkg/golang/github.com/rancher/confd/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/rancher/csp-adapter",
"location": "pkg/golang/github.com/rancher/csp-adapter/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/rancher/eks-operator",
"location": "pkg/golang/github.com/rancher/eks-operator/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/rancher/fleet/e2e/testenv/infra",
"location": "pkg/golang/github.com/rancher/fleet/e2e/testenv/infra/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/rancher/fleet/pkg/apis",
"location": "pkg/golang/github.com/rancher/fleet/pkg/apis/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/rancher/fleet",
"location": "pkg/golang/github.com/rancher/fleet/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/rancher/gitjob/pkg/apis",
"location": "pkg/golang/github.com/rancher/gitjob/pkg/apis/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/rancher/gitjob",
"location": "pkg/golang/github.com/rancher/gitjob/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/rancher/gke-operator",
"location": "pkg/golang/github.com/rancher/gke-operator/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/rancher/helm-project-operator",
"location": "pkg/golang/github.com/rancher/helm-project-operator/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/rancher/image-build-rke2-cloud-provider",
"location": "pkg/golang/github.com/rancher/image-build-rke2-cloud-provider/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/rancher/kube-api-auth",
"location": "pkg/golang/github.com/rancher/kube-api-auth/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/rancher/local-path-provisioner",
"location": "pkg/golang/github.com/rancher/local-path-provisioner/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/rancher/machine",
"location": "pkg/golang/github.com/rancher/machine/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/rancher/prometheus-federator",
"location": "pkg/golang/github.com/rancher/prometheus-federator/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/rancher/rancher/pkg/apis",
"location": "pkg/golang/github.com/rancher/rancher/pkg/apis/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/rancher/rancher/pkg/client",
"location": "pkg/golang/github.com/rancher/rancher/pkg/client/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/rancher/rancher",
"location": "pkg/golang/github.com/rancher/rancher/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/rancher/rke2",
"location": "pkg/golang/github.com/rancher/rke2/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/rancher/support-bundle-kit",
"location": "pkg/golang/github.com/rancher/support-bundle-kit/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/rancher/system-agent",
"location": "pkg/golang/github.com/rancher/system-agent/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/rancher/system-upgrade-controller",
"location": "pkg/golang/github.com/rancher/system-upgrade-controller/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/rancher/telemetry",
"location": "pkg/golang/github.com/rancher/telemetry/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/rancher/ui-plugin-operator",
"location": "pkg/golang/github.com/rancher/ui-plugin-operator/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/rancher/webhook",
"location": "pkg/golang/github.com/rancher/webhook/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/rancher/wharfie",
"location": "pkg/golang/github.com/rancher/wharfie/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/sclevine/yj/v5",
"location": "pkg/golang/github.com/sclevine/yj/v5/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/thanos-io/thanos",
"location": "pkg/golang/github.com/thanos-io/thanos/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/traefik/traefik/v2",
"location": "pkg/golang/github.com/traefik/traefik/v2/scan.openvex.json"
},
{
"id": "pkg:golang/github.com/vmware-tanzu/sonobuoy",
"location": "pkg/golang/github.com/vmware-tanzu/sonobuoy/scan.openvex.json"
},
{
"id": "pkg:golang/go.etcd.io/etcd/api/v3",
"location": "pkg/golang/go.etcd.io/etcd/api/v3/scan.openvex.json"
},
{
"id": "pkg:golang/go.etcd.io/etcd/client/pkg/v3",
"location": "pkg/golang/go.etcd.io/etcd/client/pkg/v3/scan.openvex.json"
},
{
"id": "pkg:golang/go.etcd.io/etcd/client/v3",
"location": "pkg/golang/go.etcd.io/etcd/client/v3/scan.openvex.json"
},
{
"id": "pkg:golang/go.etcd.io/etcd/etcdctl/v3",
"location": "pkg/golang/go.etcd.io/etcd/etcdctl/v3/scan.openvex.json"
},
{
"id": "pkg:golang/go.etcd.io/etcd/etcdutl/v3",
"location": "pkg/golang/go.etcd.io/etcd/etcdutl/v3/scan.openvex.json"
},
{
"id": "pkg:golang/go.etcd.io/etcd/pkg/v3",
"location": "pkg/golang/go.etcd.io/etcd/pkg/v3/scan.openvex.json"
},
{
"id": "pkg:golang/go.etcd.io/etcd/raft/v3",
"location": "pkg/golang/go.etcd.io/etcd/raft/v3/scan.openvex.json"
},
{
"id": "pkg:golang/go.etcd.io/etcd/server/v3",
"location": "pkg/golang/go.etcd.io/etcd/server/v3/scan.openvex.json"
},
{
"id": "pkg:golang/go.etcd.io/etcd/tests/v3",
"location": "pkg/golang/go.etcd.io/etcd/tests/v3/scan.openvex.json"
},
{
"id": "pkg:golang/go.etcd.io/etcd/v3",
"location": "pkg/golang/go.etcd.io/etcd/v3/scan.openvex.json"
},
{
"id": "pkg:golang/gopkg.in/k8snetworkplumbingwg/multus-cni.v4",
"location": "pkg/golang/gopkg.in/k8snetworkplumbingwg/multus-cni.v4/scan.openvex.json"
},
{
"id": "pkg:golang/helm.sh/helm/v3",
"location": "pkg/golang/helm.sh/helm/v3/scan.openvex.json"
},
{
"id": "pkg:golang/istio.io/istio",
"location": "pkg/golang/istio.io/istio/scan.openvex.json"
},
{
"id": "pkg:golang/k8s.io/apiextensions-apiserver",
"location": "pkg/golang/k8s.io/apiextensions-apiserver/scan.openvex.json"
},
{
"id": "pkg:golang/k8s.io/apimachinery",
"location": "pkg/golang/k8s.io/apimachinery/scan.openvex.json"
},
{
"id": "pkg:golang/k8s.io/api",
"location": "pkg/golang/k8s.io/api/scan.openvex.json"
},
{
"id": "pkg:golang/k8s.io/apiserver",
"location": "pkg/golang/k8s.io/apiserver/scan.openvex.json"
},
{
"id": "pkg:golang/k8s.io/client-go",
"location": "pkg/golang/k8s.io/client-go/scan.openvex.json"
},
{
"id": "pkg:golang/k8s.io/cli-runtime",
"location": "pkg/golang/k8s.io/cli-runtime/scan.openvex.json"
},
{
"id": "pkg:golang/k8s.io/cloud-provider",
"location": "pkg/golang/k8s.io/cloud-provider/scan.openvex.json"
},
{
"id": "pkg:golang/k8s.io/cluster-bootstrap",
"location": "pkg/golang/k8s.io/cluster-bootstrap/scan.openvex.json"
},
{
"id": "pkg:golang/k8s.io/code-generator/examples",
"location": "pkg/golang/k8s.io/code-generator/examples/scan.openvex.json"
},
{
"id": "pkg:golang/k8s.io/code-generator",
"location": "pkg/golang/k8s.io/code-generator/scan.openvex.json"
},
{
"id": "pkg:golang/k8s.io/component-base",
"location": "pkg/golang/k8s.io/component-base/scan.openvex.json"
},
{
"id": "pkg:golang/k8s.io/component-helpers",
"location": "pkg/golang/k8s.io/component-helpers/scan.openvex.json"
},
{
"id": "pkg:golang/k8s.io/controller-manager",
"location": "pkg/golang/k8s.io/controller-manager/scan.openvex.json"
},
{
"id": "pkg:golang/k8s.io/cri-api",
"location": "pkg/golang/k8s.io/cri-api/scan.openvex.json"
},
{
"id": "pkg:golang/k8s.io/cri-client",
"location": "pkg/golang/k8s.io/cri-client/scan.openvex.json"
},
{
"id": "pkg:golang/k8s.io/csi-translation-lib",
"location": "pkg/golang/k8s.io/csi-translation-lib/scan.openvex.json"
},
{
"id": "pkg:golang/k8s.io/dns",
"location": "pkg/golang/k8s.io/dns/scan.openvex.json"
},
{
"id": "pkg:golang/k8s.io/dynamic-resource-allocation",
"location": "pkg/golang/k8s.io/dynamic-resource-allocation/scan.openvex.json"
},
{
"id": "pkg:golang/k8s.io/endpointslice",
"location": "pkg/golang/k8s.io/endpointslice/scan.openvex.json"
},
{
"id": "pkg:golang/k8s.io/externaljwt",
"location": "pkg/golang/k8s.io/externaljwt/scan.openvex.json"
},
{
"id": "pkg:golang/k8s.io/ingress-nginx/magefiles",
"location": "pkg/golang/k8s.io/ingress-nginx/magefiles/scan.openvex.json"
},
{
"id": "pkg:golang/k8s.io/ingress-nginx",
"location": "pkg/golang/k8s.io/ingress-nginx/scan.openvex.json"
},
{
"id": "pkg:golang/k8s.io/kms/plugins/mock",
"location": "pkg/golang/k8s.io/kms/plugins/mock/scan.openvex.json"
},
{
"id": "pkg:golang/k8s.io/kms",
"location": "pkg/golang/k8s.io/kms/scan.openvex.json"
},
{
"id": "pkg:golang/k8s.io/kube-aggregator",
"location": "pkg/golang/k8s.io/kube-aggregator/scan.openvex.json"
},
{
"id": "pkg:golang/k8s.io/kube-controller-manager",
"location": "pkg/golang/k8s.io/kube-controller-manager/scan.openvex.json"
},
{
"id": "pkg:golang/k8s.io/kubectl",
"location": "pkg/golang/k8s.io/kubectl/scan.openvex.json"
},
{
"id": "pkg:golang/k8s.io/kubelet",
"location": "pkg/golang/k8s.io/kubelet/scan.openvex.json"
},
{
"id": "pkg:golang/k8s.io/kube-proxy",
"location": "pkg/golang/k8s.io/kube-proxy/scan.openvex.json"
},
{
"id": "pkg:golang/k8s.io/kubernetes",
"location": "pkg/golang/k8s.io/kubernetes/scan.openvex.json"
},
{
"id": "pkg:golang/k8s.io/kube-scheduler",
"location": "pkg/golang/k8s.io/kube-scheduler/scan.openvex.json"
},
{
"id": "pkg:golang/k8s.io/legacy-cloud-providers",
"location": "pkg/golang/k8s.io/legacy-cloud-providers/scan.openvex.json"
},
{
"id": "pkg:golang/k8s.io/metrics",
"location": "pkg/golang/k8s.io/metrics/scan.openvex.json"
},
{
"id": "pkg:golang/k8s.io/pod-security-admission",
"location": "pkg/golang/k8s.io/pod-security-admission/scan.openvex.json"
},
{
"id": "pkg:golang/k8s.io/sample-apiserver",
"location": "pkg/golang/k8s.io/sample-apiserver/scan.openvex.json"
},
{
"id": "pkg:golang/k8s.io/sample-cli-plugin",
"location": "pkg/golang/k8s.io/sample-cli-plugin/scan.openvex.json"
},
{
"id": "pkg:golang/k8s.io/sample-controller",
"location": "pkg/golang/k8s.io/sample-controller/scan.openvex.json"
},
{
"id": "pkg:golang/sigs.k8s.io/cluster-api",
"location": "pkg/golang/sigs.k8s.io/cluster-api/scan.openvex.json"
},
{
"id": "pkg:golang/sigs.k8s.io/cri-tools",
"location": "pkg/golang/sigs.k8s.io/cri-tools/scan.openvex.json"
},
{
"id": "pkg:golang/sigs.k8s.io/metrics-server",
"location": "pkg/golang/sigs.k8s.io/metrics-server/scan.openvex.json"
},
{
"id": "pkg:golang/sigs.k8s.io/node-feature-discovery",
"location": "pkg/golang/sigs.k8s.io/node-feature-discovery/scan.openvex.json"
},
{
"id": "pkg:golang/sigs.k8s.io/prometheus-adapter",
"location": "pkg/golang/sigs.k8s.io/prometheus-adapter/scan.openvex.json"
}
]
}