diff options
Diffstat (limited to 'scripts/data/hybrid-config.json')
| -rw-r--r-- | scripts/data/hybrid-config.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/scripts/data/hybrid-config.json b/scripts/data/hybrid-config.json new file mode 100644 index 00000000..751e566f --- /dev/null +++ b/scripts/data/hybrid-config.json | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | { | ||
| 2 | "_comment": "Configuration for oe-go-mod-fetcher-hybrid.py recommendations", | ||
| 3 | "_comment2": "Prefixes listed here are suggested for git:// (VCS provenance) vs gomod:// (fast proxy)", | ||
| 4 | |||
| 5 | "vcs_priority_prefixes": [ | ||
| 6 | "github.com/containerd", | ||
| 7 | "github.com/rancher", | ||
| 8 | "github.com/k3s-io", | ||
| 9 | "k8s.io", | ||
| 10 | "sigs.k8s.io" | ||
| 11 | ], | ||
| 12 | |||
| 13 | "_vcs_priority_comment": "These prefixes are suggested to keep as git:// for VCS provenance and auditability", | ||
| 14 | |||
| 15 | "size_threshold_bytes": 1048576, | ||
| 16 | "_size_threshold_comment": "Modules larger than this (1MB) are suggested for gomod:// conversion", | ||
| 17 | |||
| 18 | "default_git_prefixes": [ | ||
| 19 | "github.com/containerd", | ||
| 20 | "k8s.io", | ||
| 21 | "sigs.k8s.io" | ||
| 22 | ], | ||
| 23 | "_default_git_comment": "Default --git prefixes suggested when no VCS priority matches are found" | ||
| 24 | } | ||
