原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 57874,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 3767987,
"HCL": 32076,
"Shell": 187885,
"Makefile": 11830,
"Dockerfile": 20270
},
"pushed_at": "2026-03-17T21:15:00Z",
"created_at": "2022-09-28T09:07:54Z",
"owner_type": "User",
"updated_at": "2022-09-29T13:53:54Z",
"description": "ConfigSync - used to sync Git, OCI and Helm charts to your clusters. Part of KPT.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "Tomas Aschan",
"type": "User",
"login": "tomasaschan",
"company": "@spotify",
"location": "Stockholm, Sweden",
"followers": 70,
"avatar_url": "https://avatars.githubusercontent.com/u/1550920?v=4",
"created_at": "2012-03-18T22:50:35Z",
"is_verified": null,
"public_repos": 134,
"account_age_days": 5242
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v1.13.1-rc.1",
"kind": "prerelease",
"published_at": "2022-09-17T00:08:45Z"
},
{
"tag": "v1.13.0",
"kind": "minor",
"published_at": "2022-08-30T22:41:53Z"
},
{
"tag": "v1.13.0-rc.7",
"kind": "prerelease",
"published_at": "2022-08-30T22:41:53Z"
},
{
"tag": "v1.13.0-rc.6",
"kind": "prerelease",
"published_at": "2022-08-26T20:52:50Z"
},
{
"tag": "v1.13.0-rc.5",
"kind": "prerelease",
"published_at": "2022-08-25T18:45:09Z"
},
{
"tag": "v1.13.0-rc.4",
"kind": "prerelease",
"published_at": "2022-08-24T18:47:06Z"
},
{
"tag": "v1.13.0-rc.3",
"kind": "prerelease",
"published_at": "2022-08-24T01:59:05Z"
},
{
"tag": "v1.13.0-rc.2",
"kind": "prerelease",
"published_at": "2022-08-22T19:51:30Z"
},
{
"tag": "v1.13.0-rc.1",
"kind": "prerelease",
"published_at": "2022-08-04T16:02:57Z"
}
],
"recent_commits": [
{
"oid": "b3e6794e3c3aff7f5accd42bd28a174b64035af6",
"body": "Change-Id: I34586fcde0b7affc267db5d7869965cb4b824537",
"is_bot": false,
"headline": "Skip monorepo NamespaceConfig updates if unchanged (#186)",
"author_name": "Karl Isenberg",
"author_login": "karlkfi",
"committed_at": "2022-10-05T01:41:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82321a1d41b7c792b37e0668c5ae07e45b43455e",
"body": "…s (#178)\n\nInstead of using helm template option --set, using option --values to set values.\n\nAfter this change, users do not need to flatten the nested fields to set values, and\nwill be able to pass special string values like \"1234\", \"true\" directly\nthrough helm.values\n\nAdd test cases to test helm.values field with different types of values.",
"is_bot": false,
"headline": "Support passing different types of values directly through helm.value…",
"author_name": "xinnywinne",
"author_login": "xinnywinne",
"committed_at": "2022-10-05T00:56:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c527c72af7f7b0b188c07bbe6eaffe8ec5282ea",
"body": "This change makes it so that prober creds are used by default, but can\nbe overridden with an empty string at runtime to not use them. This is\nintended to enable a transition to workload identity for the prow jobs.",
"is_bot": false,
"headline": "make prober creds optional in go-gke-ci target (#157)",
"author_name": "sdowell",
"author_login": "sdowell",
"committed_at": "2022-10-05T00:56:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e641a0f9f060b59515ce880cf44fc69585d308fe",
"body": "- Add a json stringer to lazily format json in logs and errors.\n- Use the json stringer in the e2e sync test errors to make it\n easier to debug expectation failures by including more context in\n the error.\n\nChange-Id: Ifc6a70c094d9fb7e45f20f839d02c3d68717a560",
"is_bot": false,
"headline": "Print Repo/RepoSync/RootSync json on e2e error (#185)",
"author_name": "Karl Isenberg",
"author_login": "karlkfi",
"committed_at": "2022-10-05T00:19:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e386cf68fd98b6d6e3434c42f8fd55759bf29256",
"body": "This adds a separate manifest for acm-psp which can be applied\nindependently of config-sync-manifest. PSP is removed starting with k8s\n1.25, so this allows the user to decide whether they want to apply\nacm-psp.",
"is_bot": false,
"headline": "add separate acm-psp manifest to OSS manifests",
"author_name": "Your",
"author_login": "sdowell",
"committed_at": "2022-10-04T22:59:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0021e00c63141951abd8086e9ed9c2adcda8e291",
"body": "This reverts commit 3460834b253e81292037e20b502657b65420bad9.",
"is_bot": false,
"headline": "Revert \"remove exclusion of acm-psp from oss manifest (#59)\"",
"author_name": "Your",
"author_login": "sdowell",
"committed_at": "2022-10-04T22:59:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce82ed19af2f4f7806049832f1dd357323259d3d",
"body": "- This should fix a flakey bug for mono-repo in\n TestConstraintTemplateAndConstraintInSameCommit\n\nChange-Id: Iaa3aa68a24bf6d1407e658a56d311d4f328099fb",
"is_bot": false,
"headline": "Change test expectation to match behavior (#183)",
"author_name": "Karl Isenberg",
"author_login": "karlkfi",
"committed_at": "2022-10-04T21:44:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ac084aed1ed3a0bbd5f11890781159b3b3a0dec",
"body": "…#180)\n\nRelated changes:\nhttps://github.com/GoogleContainerTools/kpt-config-sync/commit/732f94ea702a9a2f97335f0000306f4e17b363ee\nhttps://github.com/GoogleContainerTools/kpt-config-sync/pull/169",
"is_bot": false,
"headline": "Always enable client-side throttling with QPS 20 for mono-repo mode (…",
"author_name": "Nan Yu",
"author_login": "nan-yu",
"committed_at": "2022-10-04T17:13:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93cce09cca916389b510a368eb93a5de233cdb64",
"body": "the artifacts env var was not being passed into the container, causing\nsome places which look for the env var to not produce artifacts at the\ncorrect location. For example, the kind cluster logs are emitted to the\nartifacts dir on failure.",
"is_bot": false,
"headline": "pass ARTIFACTS env var into kind container (#177)",
"author_name": "sdowell",
"author_login": "sdowell",
"committed_at": "2022-10-04T16:51:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16fc6bafc040b5de3bb11110c495dc91bf0cddbf",
"body": "The license script runs tidy with -compat=1.17 flag, which results in a\ndifferent set of modules from what is currently committed to the repo.\nThis adds tidy as a presubmit check to ensure the command does not\nresult in a dirty repo.",
"is_bot": false,
"headline": "run tidy as part of presubmit check (#149)",
"author_name": "sdowell",
"author_login": "sdowell",
"committed_at": "2022-10-04T04:18:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88498928fe2309e0e7edb49b6c337f7f2228ae90",
"body": "The root-sync being synced doesn't mean the resource is reconciled.\nHence, this commit adds a retry block around the validation.\n\nOne example test failure:\nhttps://oss.gprow.dev/view/gs/oss-prow-build-kpt-config-sync/pr-logs/pull/GoogleContainerTools_kpt-config-sync/175/kpt-config-sync-presubmit-e2e\n[…]\nle failure:\nhttps://oss.gprow.dev/view/gs/oss-prow-build-kpt-config-sync/pr-logs/pull/GoogleContainerTools_kpt-config-sync/175/kpt-config-sync-presubmit-e2e-multi-repo-test-group3/1577083658559295488.",
"is_bot": false,
"headline": "Retry the validation for the large CRD test (#176)",
"author_name": "Nan Yu",
"author_login": "nan-yu",
"committed_at": "2022-10-04T00:52:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0f779d26ad1b6bacac6273db8e2c1e059c1d69f2",
"body": null,
"is_bot": false,
"headline": "Delete the membership after unregistration failure (#175)",
"author_name": "Nan Yu",
"author_login": "nan-yu",
"committed_at": "2022-10-04T00:29:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57dcc83708795861025046206c7f810a1508be80",
"body": "PSP is removed as of k8s 1.25, causing tests to fail when they try to\napply these PSP resources on 1.25 clusters. This change intends to\nmake all PSP-related resources conditionally created based on whether\nthe cluster has PSP enabled. We currently perform this check by\nchecking whether psp is in the cluster name.",
"is_bot": false,
"headline": "only create e2e psp resources on psp clusters (#173)",
"author_name": "sdowell",
"author_login": "sdowell",
"committed_at": "2022-10-03T23:13:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b71ff26e0858dd8ee06cb717d9cfb10c0489671",
"body": "https://github.com/GoogleContainerTools/kpt-config-sync/commit/732f94ea702a9a2f97335f0000306f4e17b363ee\ndisabled client-side throttling, which then caused the monorepo CI jobs\nto start becoming flaky and then constantly failing.\n\nThis commit forces to enable the client-side throttling for mono-repo\nonly. Compared with 1.12.x releases, the client-side throttling QPS was\nincreased from 20 (burst: 40) to 30 (burst: 60).",
"is_bot": false,
"headline": "Force to enable client-side throttling for mono-repo mode (#169)",
"author_name": "Nan Yu",
"author_login": "nan-yu",
"committed_at": "2022-10-03T19:05:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43518817ef2baf7c379b73f6e7fe7411015a9df6",
"body": "This is to stabilize one flaky mono-repo test.",
"is_bot": false,
"headline": "Increase the wait timeout and add retries to a mono-repo test (#170)",
"author_name": "Nan Yu",
"author_login": "nan-yu",
"committed_at": "2022-10-03T17:40:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "804d1f9ec0b36a0edcd22120b482d810d221ad51",
"body": "- Fix some failing tests that were erroring because their expectations\n were assuming all the metrics for the same deployment would be\n reported with the same tags. Now they filter by pod names instead of\n delpoyment name, using the latest reconciler pod for that deployment.\n- Add debug logging f\n[…]\nurce but not\n sync error.\n- Fix metric expectation in TestInvalidRepoSyncBranchStatus to expect\n source error in the RepoSync, not the RootSync.\n\nChange-Id: I2064d0caa10942e2b7681d392afa4556871c8159",
"is_bot": false,
"headline": "Filter some metrics by pod name for testing (#156)",
"author_name": "Karl Isenberg",
"author_login": "karlkfi",
"committed_at": "2022-10-03T15:20:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a1e7d32c2f7cf05273ea2c30e4507d12b8e1ab42",
"body": "- Add core.Scheme, to be used eveywhere in this code base.\n This scheme should have all required typed registered.\n- Add utility functions for type lookup and conversion:\n - kinds.ToUnstructured\n - kinds.ToTypedObject\n - kinds.ToTypedWithVersion\n - kinds.ToUnstructuredWithVersion\n - kinds.ToUn\n[…]\nor consistency.\n- Fix nomos hydrate output to skip the empty metadata field.\n This was a bonus from using a scheme with the List type registered.\n\nChange-Id: I1cd21349fbb857050e5cb07bced59c59614eb00f",
"is_bot": false,
"headline": "Clean up scheme usage and type conversion (#81)",
"author_name": "Karl Isenberg",
"author_login": "karlkfi",
"committed_at": "2022-09-30T22:56:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "84dcaec31d3a8702f29d16ebae41da7f41767b87",
"body": null,
"is_bot": false,
"headline": "Make the test infra setup script robust (#165)",
"author_name": "Nan Yu",
"author_login": "nan-yu",
"committed_at": "2022-09-30T21:10:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efc6ed844f8273d8fb228bd424970b9fbffd3f16",
"body": "… helm.values (#153)\" (#158)\n\nThis reverts commit 1bfa70294d6455f1e7d8827a0e4779db129f05ba.",
"is_bot": false,
"headline": "Revert \"Support passing number only values as string directly through…",
"author_name": "xinnywinne",
"author_login": "xinnywinne",
"committed_at": "2022-09-30T16:07:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36f130621b34316d69773d7e611baa74a42eb096",
"body": "Some tests reply on resources stored in the `stolos-dev` project, e.g,\nIAM policies, secrets, service accounts, and etc. This commit loads the\nproject from the environment variable to support running e2e tests with\na different project.\n\nIt also creates two make targets to push the test sources to CSR repos\nand AR/GCR repos.\n\nThis commit also sets up a script to configure the KCC integration test\ncluster and workload identity test clusters.",
"is_bot": false,
"headline": "Remove dependency on the `stolos-dev` and personal project (#121)",
"author_name": "Nan Yu",
"author_login": "nan-yu",
"committed_at": "2022-09-29T23:04:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bfa70294d6455f1e7d8827a0e4779db129f05ba",
"body": "…lues (#153)\n\nCurrently, when users need to pass in number only value as string\nthrough helm.values, they\nhave to set the value as \"\\\"1234\\\"\". After this change, user will be able to pass in the\nnumber only value directly as \"1234\".",
"is_bot": false,
"headline": "Support passing number only values as string directly through helm.va…",
"author_name": "xinnywinne",
"author_login": "xinnywinne",
"committed_at": "2022-09-29T18:44:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a65f1589e6324d4db5fe1beaa8e35909bc04f58e",
"body": "the description in the resource-group controller.\n\nChange-Id: Ic511d1d88d1b75fe745222611ae356e06c57c8a6",
"is_bot": false,
"headline": "Fix pipeline_error_observed description to match (#139)",
"author_name": "Karl Isenberg",
"author_login": "karlkfi",
"committed_at": "2022-09-29T18:11:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afb7715d8430b1ee7f73e67b28e022c519806656",
"body": "* Make API Server timeout overridable\n\n* Refactor to use env var to set API server timeout\n\n* Cover in tests\n\n* Include change in v1alpha1 and generate CRDs\n\n* make generate",
"is_bot": false,
"headline": "Make client-side timeout when talking to API Server configurable (#141)",
"author_name": "Tomas Aschan",
"author_login": "tomasaschan",
"committed_at": "2022-09-29T03:31:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3f21a9d1734eede819fed6e1d67b15914b4dba2",
"body": "We currently pass in a custom USER variable to uniquely identify the\nimage tags for each prow job. This switches the make target\nfunctionality to check for BUILD_ID from the environment and use that\ninstead if present.",
"is_bot": false,
"headline": "use BUILD_ID as unique identifier for prow jobs (#147)",
"author_name": "sdowell",
"author_login": "sdowell",
"committed_at": "2022-09-29T00:12:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3170e621dfe5c9aeab643227671500af1743957d",
"body": "cert-controller v0.2.0 generates an error when a\nValidatingWebhoookConfiguration|MutatingWebhookConfiguration object does\nnot have the `webhooks` field or has an empty `webhooks` field, which\nprevents the Config Sync admission webhhok from being ready and causes\nlog spamming for the Config Sync admi\n[…]\nler v0.5.0 fixes this issue by avoid generating an error\nwhen a ValidatingWebhoookConfiguration|MutatingWebhookConfiguration\nobject does not have the `webhooks` field or has an empty `webhooks`\nfield.",
"is_bot": false,
"headline": "Update cert-controller from v0.2.0 to v0.5.0 (#146)",
"author_name": "haiyanmeng",
"author_login": "haiyanmeng",
"committed_at": "2022-09-28T21:07:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "edc296ce29abaf5b2f3dc1b383383c52c3118470",
"body": "Change the helm.namespace default value from \"config-management-system\"\nto \"default\" to be consistent with other tools: Helm, Kustomize etc.",
"is_bot": false,
"headline": "Change the RootSync helm.namespace field default value (#137)",
"author_name": "xinnywinne",
"author_login": "xinnywinne",
"committed_at": "2022-09-28T17:24:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c250076186a138434505dbe54fa425a08a78189",
"body": null,
"is_bot": false,
"headline": "Add rquitales to OWNERS (#140)",
"author_name": "Ramon Quitales",
"author_login": "rquitales",
"committed_at": "2022-09-27T21:25:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "598615e0aa058bcb6e02d7a10b7e0fa12b80176e",
"body": "The Constraint and ConstraintTemplate CRD have been updated to use the\nv1 apiversion. The test can run on clusters with k8s 1.22+.",
"is_bot": false,
"headline": "Re-enable the resource condition tests for mono-repo mode (#104)",
"author_name": "Nan Yu",
"author_login": "nan-yu",
"committed_at": "2022-09-27T01:10:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "435e71e2c2e1ab6554791d1bdd01ed1ec4eca84d",
"body": "This updates the terraform config to create the docker registristries\nused by the e2e tests. Also enable the APIs which are required for the\ne2e tests.",
"is_bot": false,
"headline": "add registries and enable APIs in terraform (#136)",
"author_name": "sdowell",
"author_login": "sdowell",
"committed_at": "2022-09-27T00:36:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1032306d11e3b3b65d2abe3cfd274cc7a30a0c58",
"body": "This terraform config is intended to automate the provisioning of test\ninfra resources needed to run the e2e tests. It can be used for the use\ncase of our prow periodic jobs as well as development workflows.",
"is_bot": false,
"headline": "add terraform config for dev/ci clusters (#124)",
"author_name": "sdowell",
"author_login": "sdowell",
"committed_at": "2022-09-24T04:35:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba49030f62a6573dee0a83686b6cc474832472a2",
"body": "- Update source and reconciling status updates to match existing\n sync statups update dedupe behavior.\n- Log source, reconciling, and status errors when they change.\n- Only send status metrics when there's a change, and then record\n them even if there's no errors. This should help reset\n reconciler_errors back to zero when the errors have been fixed.\n\nChange-Id: I1f78b5d38261e1fbd009e38865640350e42a7db5",
"is_bot": false,
"headline": "Avoid unnecessary status updates (#133)",
"author_name": "Karl Isenberg",
"author_login": "karlkfi",
"committed_at": "2022-09-23T21:28:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4275446b0d81f774f2e6b10ddff61ae05d835e0f",
"body": "Tickers can cause memory leaks and continuous execution, when\nexecution takes longer than the tick duration. This is expecially\nproblematic in e2e where the timers are set very short and at\nscale when the sync can take longer than the retry/polling/resync\nperiod.\n\nTimers with resets function more as a delay between executions,\nwhich is preferable, rather than something tied to a wall-clock.\n\nChange-Id: Iefd06e9b31a2d4d5ae5252f4c591ee16af019893",
"is_bot": false,
"headline": "Use timers instead of tickers (#131)",
"author_name": "Karl Isenberg",
"author_login": "karlkfi",
"committed_at": "2022-09-22T22:15:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a8d11399dd6609b63b46c1db712e470c1f0a2ca",
"body": null,
"is_bot": false,
"headline": "Add missing test groups for the multi-repo mode (#130)",
"author_name": "haiyanmeng",
"author_login": "haiyanmeng",
"committed_at": "2022-09-22T19:54:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b945dfd71ced32a36b24985fdf9846a5eeb628d",
"body": "The new DefaultRootSyncObjectCount should solve the flakiness\nthat caused this check to be disabled.\n\nChange-Id: I9f99b787d823e587b2ba13c12659a588bf57a8ad",
"is_bot": false,
"headline": "Re-enable a disabled metrics validation test (#129)",
"author_name": "Karl Isenberg",
"author_login": "karlkfi",
"committed_at": "2022-09-22T19:09:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc252f8d4a159ac13c77555fcb4177fe434f5ed5",
"body": "This includes both the Config Management namespaces and the\nResourceGroup manifests, which are needed for OSS installation.",
"is_bot": false,
"headline": "add test-resources to OSS manifest (#128)",
"author_name": "sdowell",
"author_login": "sdowell",
"committed_at": "2022-09-22T18:07:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f9cfb0d82ba2f07da8321e9fc4c2185b4745fb3",
"body": "- Enable resource_to_telemetry_conversion on the otel-collector.\n- Use the k8s.deployment.name resource attribute to filter and\n validate metrics from specific reconcilers.\n- Add a safety ClusterRole to e2e tests.\n This cluster-scoped resource is required to allow deletion of\n all other cluster-s\n[…]\ntAddUpdateRemoveClusterScopedCRDV1\n tests when deleting both the CRD and CR in the same commit.\n- Shorten the metrics wait timeout to 1m from 6m.\n\nChange-Id: Ia98795ac23f61960a529fed32049fa869c60985c",
"is_bot": false,
"headline": "Fix metrics validation (#100)",
"author_name": "Karl Isenberg",
"author_login": "karlkfi",
"committed_at": "2022-09-22T01:25:38Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8e01227682594a40a3214a78794568e1cd48c17d",
"body": "* Add victortjhia to OWNERS\n\n* Add victorpras (victortjhia) to OWNERS",
"is_bot": false,
"headline": "Add victorpras (victortjhia) to owners (#126)",
"author_name": "Victor Tjhia",
"author_login": "victorpras",
"committed_at": "2022-09-21T23:19:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57cc2745a7267961f75bf525a46eef5517ec8cf2",
"body": "- The following resource attributes were added to all metrics from\n the reconciler and reconciler-manager:\n - k8s.pod.name\n - k8s.pod.namespace\n - k8s.pod.uid\n - k8s.pod.ip\n - k8s.node.name\n - k8s.deployment.name\n- The following resource attributes were added to all metrics from\n the reconci\n[…]\nEPLOYMENT_NAME\n - CONFIGSYNC_SYNC_KIND\n - CONFIGSYNC_SYNC_NAME\n - CONFIGSYNC_SYNC_NAMESPACE\n- Added constants for RootSyncKind and RepoSyncKind\n\nChange-Id: I9effcebd5d53f1fed97a3a9e48ca7a6ff5d00b9d",
"is_bot": false,
"headline": "Add k8s resource attributes to metrics (#120)",
"author_name": "Karl Isenberg",
"author_login": "karlkfi",
"committed_at": "2022-09-21T03:23:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c6bb0465694986c63032fa326175ba45a6bf5795",
"body": "Currently, the presubmit jobs may fail due to CPU/mem resource shortage.\nThis change reduces the parallel setting from 18 to 15 to see whether it\nhelps.",
"is_bot": false,
"headline": "Reduce the parallel setting of presubmit mono/multi jobs to 15 (#122)",
"author_name": "haiyanmeng",
"author_login": "haiyanmeng",
"committed_at": "2022-09-20T23:41:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3c50fc55de5cfde5651c96b520d4b99831d7afa",
"body": "- Add \"status\" tag to last_sync_timestamp so it can be used to\n check whether a sync had either source or sync errors.\n Because, last_apply_timestamp only represents sync errors, not\n source errors.\n- Change e2e metrics validation to wait for last_sync_timestamp,\n instead of last_apply_timestamp\n[…]\n and has an error status that\n includes source errors.\n- Add constants for status metric tag values.\n- These changes should reduce flakey errors.\n\nChange-Id: If091261dcbbea0da923b9f8c8ededc1bede6319e",
"is_bot": false,
"headline": "Validate metrics after Sync, not just Apply (#119)",
"author_name": "Karl Isenberg",
"author_login": "karlkfi",
"committed_at": "2022-09-20T19:25:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "53a0014032566f08891d933233912a66dc53aae3",
"body": "- This fixes an edge case where declared_resources was zero when\n more than zero resources were declared.\n- The reason this wasn't caught before is because\n TestDontDeleteAllNamespaces expects zero resources when it tests\n deletion of all namespaces.\n- This unblocks adding a new cluster-scoped safety resource in a\n future change.\n\nChange-Id: I05a988d21130e2e7d9f5f5e8c55db7cf697e8fe3",
"is_bot": false,
"headline": "Send correct number of declared_resources (#118)",
"author_name": "Karl Isenberg",
"author_login": "karlkfi",
"committed_at": "2022-09-20T14:01:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78c656cef7e6940c4f99c96d2e1bb9968cbaef6c",
"body": "- Enable the GCP resource processor on the opentelemetry agent.\n This adds the following resource attributes:\n * cloud.provider\n * cloud.platform\n * cloud.account.id\n * cloud.region OR cloud.availability_zone\n * host.id\n * host.name (when not using workload identity)\n- When then GCE metadata \n[…]\n\n\nFor more details, see the docs:\nhttps://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/resourcedetectionprocessor\n\nChange-Id: Ifd9daaa686b546af99d27b774c1bf0792d070b4f",
"is_bot": false,
"headline": "Add GCP+GKE metric attributes (#114)",
"author_name": "Karl Isenberg",
"author_login": "karlkfi",
"committed_at": "2022-09-20T12:16:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7b49e3f5616c11090f2e7df9609c67c4ea972be1",
"body": "- Enable recorded metric logging with -v=5 (component binary)\n- Enable received metric logging with --debug (nomostest)\n- Fix existing Tag printout in test validation failure by using\n a custom Tag struct which is serializable with fmt %v (no private\n fields)\n\nChange-Id: I381555c40a558b9ca21e54031e78e40c71e1324f",
"is_bot": false,
"headline": "Log metrics recorded and received for debugging (#117)",
"author_name": "Karl Isenberg",
"author_login": "karlkfi",
"committed_at": "2022-09-20T11:21:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62bbd28b5e1eec17e45eacd3ab92b924a4b590bb",
"body": "mono/multi job",
"is_bot": false,
"headline": "Add make rules for running a subset of e2e tests in a presbumit (#116)",
"author_name": "haiyanmeng",
"author_login": "haiyanmeng",
"committed_at": "2022-09-19T23:28:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4d4a791a1281031f82ebb78f291a890bb0dd992",
"body": "Change-Id: I04ad016ba945c645bb6adaed4ba8de7b0149ffbd",
"is_bot": false,
"headline": "Don't send sync metrics unless status has changed (#115)",
"author_name": "Karl Isenberg",
"author_login": "karlkfi",
"committed_at": "2022-09-19T21:17:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "253d4afba52bf6546d8134280394c3f901454713",
"body": "* Add a feature flag to each test case\n\nThis allows the tests to be divided into separate groups and all groups\nto run in parallel.\n\n* Split the test into multiple test groups by features\n\nThis commit adds a new flag to the e2e test, which allows specifying a\nlist of test features. The features are assigned into the same group\nwill run on a particular cluster.",
"is_bot": false,
"headline": "Split e2e tests into multiple test groups by features (#108)",
"author_name": "Nan Yu",
"author_login": "nan-yu",
"committed_at": "2022-09-19T18:34:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c5bea5bf47224fc13df0062deac8da7dde599e6",
"body": "helm.values field type used to be map[string]interface{}. Looping through the map to generate a env variable leads to a inconsistent env variable issue.\nSince we change the helm.values field type to JSON already, we can pass\nit through env variable directly, and process it later in helm-sync.",
"is_bot": false,
"headline": "Fix helm.values field to support mutiple values (#109)",
"author_name": "xinnywinne",
"author_login": "xinnywinne",
"committed_at": "2022-09-16T22:17:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b5b5b709b221b2e5c8f46c7cf19e6b0b6cc75e3",
"body": "There is no longer a use case for using a github access token with the\ntagging scripts/targets, so the functionality is removed.",
"is_bot": false,
"headline": "remove GH_TOKEN functionality from tagging scripts (#103)",
"author_name": "sdowell",
"author_login": "sdowell",
"committed_at": "2022-09-15T00:18:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cce03b6f48a2fef7f3b0efaca63c796c1992db59",
"body": "…ery fails (#89)\n\nThis test validates the fix in https://github.com/GoogleContainerTools/kpt-config-sync/pull/28\nPreviously when discovery call fails due to any possible reason, the discovery client only logs a warning and proceed with the discovered server resources with best effort.\nSome resources\n[…]\n discovery client returns no error, unknown scoped resources will be skipped when sending to applier\n- when discovery client returns no error and all resource scopes are known, expect no error present",
"is_bot": false,
"headline": "Validate resources not getting skipped at parse stage when API discov…",
"author_name": "Tiffany Pei",
"author_login": "tiffanny29631",
"committed_at": "2022-09-15T00:18:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9d401f488fa40d903ee073c1261a46874a218555",
"body": "When we upgraded to otel v0.58, we introduced a regression in the\nmetrics being exported with a `generic_node` type instead of `k8s_pod`.\nThis happened as our codebase uses opencensus semantic conventions for\nresource attributes instead of opentelemetry semantic conventions.\n\nThis workaround runs ou\n[…]\no use opentelemetry\nconventions.\n\nSee https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/blob/main/exporter/collector/breaking-changes.md\nfor more details about the rewritten exporter.",
"is_bot": false,
"headline": "fix: Use opencensus based exporter for monitoring (#105)",
"author_name": "Ramon Quitales",
"author_login": "rquitales",
"committed_at": "2022-09-14T22:28:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b9c399f4d556f746c04e53fdbbbaf4bf7bb93408",
"body": "The ResourceGroup option is not used anywhere. The option is supposed to\nbe used to determine whether to install the resource-group-controller.\nHowever, in the installation function, it uses nt.MultiRepo to determine\nwhether to install the resource-group-controller:\nhttps://github.com/GoogleContainerTools/kpt-config-sync/blob/v1.13.0-rc.7/e2e/nomostest/config-sync.go#L184.",
"is_bot": false,
"headline": "Remove the ResourceGroup option that is not used (#102)",
"author_name": "Nan Yu",
"author_login": "nan-yu",
"committed_at": "2022-09-13T17:10:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "293aa36d4fa6c0805de28695251c3701690ff352",
"body": "This change updates the make targets associated with retagging images to\nmake them more generic/reusable.",
"is_bot": false,
"headline": "make retagging functionality generic (#99)",
"author_name": "sdowell",
"author_login": "sdowell",
"committed_at": "2022-09-13T14:04:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1756cafb1cca9822a76555416b4c41370d4db55d",
"body": "This Dockerfile has been defined elsewhere and can be removed from this\nrepo.",
"is_bot": false,
"headline": "remove docker-buildenv Dockerfile/target (#97)",
"author_name": "sdowell",
"author_login": "sdowell",
"committed_at": "2022-09-13T14:04:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ff6f980d78c4c37971586572b22a42abce45843",
"body": null,
"is_bot": false,
"headline": "Split the sync ordering e2e test into several shorter ones (#101)",
"author_name": "haiyanmeng",
"author_login": "haiyanmeng",
"committed_at": "2022-09-13T00:24:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f144227d5a6998a5d9469313c56e07d126e713a",
"body": "Change-Id: Ia7f510031fa5b1e70b0b7c5ec28ac9a3f219747d",
"is_bot": false,
"headline": "Fail test during reset if sync still in-progress (#98)",
"author_name": "Karl Isenberg",
"author_login": "karlkfi",
"committed_at": "2022-09-10T01:59:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2331057db2a6d52c39cc0ff15b864be0b1eb6d65",
"body": null,
"is_bot": false,
"headline": "Fix broken links in documentation (#94)",
"author_name": "Morten Torkildsen",
"author_login": "mortent",
"committed_at": "2022-09-09T15:32:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b40f9134edd5b02e0e9d7d46794045da1fe0cf6",
"body": "Add more e2e tests to verify `gcenode` and `gcpserviceaccount` auth\ntypes work with Artifact Registry.",
"is_bot": false,
"headline": "Add e2e tests for Helm support (#93)",
"author_name": "xinnywinne",
"author_login": "xinnywinne",
"committed_at": "2022-09-09T00:27:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e77b3b45576a50c35399ffe671fb352c04047f7c",
"body": "- Rename Update to Apply to reflect existing client-side apply\n behavior\n- Add an Update method to update directly (and send metrics) when\n the Get has already been performed\n- Fix \"failed to create object\" error in the mono-repo finalizer\n by switching from Upsert to Apply\n- Remove unused Upsert function\n- Add additional equivelency checks to avoid updates when using Apply\n and ApplyStatus\n\nChange-Id: If1221e6d8a04e7c464a215f9fba2e08ad6c5f1f2",
"is_bot": false,
"headline": "Fix mono-repo \"failed to create object\" error (#92)",
"author_name": "Karl Isenberg",
"author_login": "karlkfi",
"committed_at": "2022-09-08T22:46:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6a6640b20b0688d0563fd99093666826953fb81",
"body": "Use semantic equality to allow the empty array to equal a nil array\n\nChange-Id: I588fe99bcb1b9e85d036d6c6374b126960938f53",
"is_bot": false,
"headline": "Fix TestResourceConditionAnnotations (#91)",
"author_name": "Karl Isenberg",
"author_login": "karlkfi",
"committed_at": "2022-09-08T22:03:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36c2eed8c1732120c7f67cef619d8f1750e1f903",
"body": "This change maintains the default behavior of using GCR if no REGISTRY\nis provided to avoid breaking changes. If REGISTRY is provided then the\nfull registry prefix will be used. This helps support use cases other\nthan a GCR prefix (e.g. GAR, other registries, etc).\n\nAdditionally refactors some make targets to reuse common targets and\nenable building images/manifests without pushing.",
"is_bot": false,
"headline": "update make targets to support generic registry (#87)",
"author_name": "sdowell",
"author_login": "sdowell",
"committed_at": "2022-09-08T22:03:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e13e59c325d9d4d0704f4e01bf06ed6d46ea340d",
"body": null,
"is_bot": false,
"headline": "Update contributor guide (#85)",
"author_name": "Morten Torkildsen",
"author_login": "mortent",
"committed_at": "2022-09-08T20:41:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1442de8412c97def5ca04d2c2560d48eb8ed1d7c",
"body": "TestResourceConditionAnnotations failed on clusters with K8s 1.22+\nbecause the v1beta1 API for the RBAC resources are deprecated and the\nk8s-api-server only returns one copy of the RBAC resource.\n\nb/240334486",
"is_bot": false,
"headline": "Fix the test failure for TestResourceConditionAnnotations (#88)",
"author_name": "Nan Yu",
"author_login": "nan-yu",
"committed_at": "2022-09-08T00:40:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b38fe4829a23f366af24cff36ed0904ea895a7dc",
"body": "Change-Id: I5455172ddbf49131e232d63d6a86476e596efd8e",
"is_bot": false,
"headline": "Print container logs when repo setup fails (#86)",
"author_name": "Karl Isenberg",
"author_login": "karlkfi",
"committed_at": "2022-09-07T22:18:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3eae3ce0e826d0864c036e13d2c6b1bb8e23748c",
"body": "b/240334486\n\nChange-Id: I11a5e58e9c4b5653be80d5dad59f93c22de273bd",
"is_bot": false,
"headline": "Fix cleanup for Gatekeeper tests (#84)",
"author_name": "Karl Isenberg",
"author_login": "karlkfi",
"committed_at": "2022-09-07T01:04:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d55e661652eeb86333be6a71766c8ea1664f5069",
"body": null,
"is_bot": false,
"headline": "Update the installation guide for the ImagePullBackoff error (#83)",
"author_name": "Nan Yu",
"author_login": "nan-yu",
"committed_at": "2022-09-06T20:02:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b13a2abce30478c9a144be8e01a80f62d900b5ce",
"body": "The gitlab CI tests are failing because of `remote: GitLab: You are not\nallowed to force push code to a protected branch on this project.`\n\nThis commit creates the testing git projects to a specific gitlab group\n(configsync), which defines no protected branch.",
"is_bot": false,
"headline": "Create the testing git projects to a specific gitlab group (#82)",
"author_name": "Nan Yu",
"author_login": "nan-yu",
"committed_at": "2022-09-06T17:35:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ca233c20c2dc4164ffe08948dc3533630f333c4",
"body": "- This avoids generation & resourceVersion bloat, which can cause\n trigger unnecessary watch updates and ectd memory leaks.\n\nChange-Id: I3d40c3b934ae9474320c258c46fef15820a59adc",
"is_bot": false,
"headline": "Avoid object updates if semantically equal (#78)",
"author_name": "Karl Isenberg",
"author_login": "karlkfi",
"committed_at": "2022-09-02T01:08:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ee315f02c42429dfb87d2c9d2d459ec52232716",
"body": null,
"is_bot": false,
"headline": "Only remove manually applied resource in mono repo go test (#79)",
"author_name": "Tiffany Pei",
"author_login": "tiffanny29631",
"committed_at": "2022-09-01T16:13:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a00f78e89ac73109b6554b8695b8338aa1b18491",
"body": "Add \"helm\" to error message: must specify spec.sourceType to be one of\n\"git\", \"oci\", \"helm\"",
"is_bot": false,
"headline": "Fix InvalidSourceType error message (#76)",
"author_name": "xinnywinne",
"author_login": "xinnywinne",
"committed_at": "2022-09-01T01:19:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe1911b77e47bc96ded03fec039f8bd3bb9c82cb",
"body": "…ent (#75)\n\nChange the RepoSync to sync from original git source at the end of test to make test works in the shared test environment.",
"is_bot": false,
"headline": "Update TestHelmNamespaceRepo to make it works in shared test environm…",
"author_name": "xinnywinne",
"author_login": "xinnywinne",
"committed_at": "2022-09-01T00:22:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbd6ed2affe950322f5c9f264ebe11e0c589aedc",
"body": "The mentioned RBAC includes necessary ClusterRole and ClusterRoleBindings\nfor the backend deployment to work in GKE environment. In Config Sync CI\nafter each test it will try to reset the test git repo to default. Removing\nthis RBAC from git directly is blocked by importer as it detects the commit\nof removal will reduce the count of cluster resource from more than 1 down\nto 0.\n\nThus manually deploying RBAC when test is running in mono repo mode.",
"is_bot": false,
"headline": "Use kubectl to deploy necessary RBAC in mono repo apiservice_test (#73)",
"author_name": "Tiffany Pei",
"author_login": "tiffanny29631",
"committed_at": "2022-08-31T16:26:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b249119a88f79e656978de2032985fff40666462",
"body": "Add an e2e test to verify RepoSync does not sync the helm chart with cluster-scoped resources and reports bad scope error.\nThis test also verifies that RepoSync can successfully sync the namespace scoped resources,\nand assign the RepoSync namespace to these resources.\n\nUpdate WaitforRepoSyncs() related functions to support changing expect RepoSync commit through WaitForRepoSyncsOption.",
"is_bot": false,
"headline": "Add e2e RepoSync test for helm support (#72)",
"author_name": "xinnywinne",
"author_login": "xinnywinne",
"committed_at": "2022-08-30T22:41:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac96abff4e24c8e0e5824e2ffdc8e3f4bfcd7f17",
"body": "This doc is a playbook for\n- adjusting the custom metrics to be exported to backends, especially Cloud Monitoring\n- disabling custom monitoring",
"is_bot": false,
"headline": "Create a playbook for tuning custom monitoring (#10)",
"author_name": "Tiffany Pei",
"author_login": "tiffanny29631",
"committed_at": "2022-08-30T17:01:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a34abdbaa5e00d47110a00680bc6ae1eb55a554",
"body": null,
"is_bot": false,
"headline": "Fix apiservice bats test (#49)",
"author_name": "Tiffany Pei",
"author_login": "tiffanny29631",
"committed_at": "2022-08-30T16:37:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "887a87799cc860f8e1584ad44fb047a502ee2180",
"body": "…ace (#64)",
"is_bot": false,
"headline": "Allow other declared resources in the config-management-system namesp…",
"author_name": "Victor Tjhia",
"author_login": "victorpras",
"committed_at": "2022-08-30T00:22:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17e25f9e46b40c9905b4ff29cfee379fae53ede8",
"body": "…cluster (#71)\n\nThe validating webhook name is subject to change. A better solution is\nto use the mutating webhook `workload-defaulter`, which exists and only\nexists on Autopilot cluster.\n\nb/243938243",
"is_bot": false,
"headline": "Use the mutating webhook to determine if the cluster is an autopilot …",
"author_name": "Nan Yu",
"author_login": "nan-yu",
"committed_at": "2022-08-29T22:29:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9aa1307210e3aa67e0f45e5d1ff3252f87a5c7f",
"body": null,
"is_bot": false,
"headline": "Remove spec.helm.namespace field from RepoSync API (#69)",
"author_name": "xinnywinne",
"author_login": "xinnywinne",
"committed_at": "2022-08-29T21:27:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48236a812cded27b39814c074f56bd5b4d524c09",
"body": null,
"is_bot": false,
"headline": "Change VPA e2e test to use dynamic generation validation (#70)",
"author_name": "Victor Tjhia",
"author_login": "victorpras",
"committed_at": "2022-08-29T20:28:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6827da1cd88c80a1e06251ea4bc47a5b35a44ffe",
"body": "Fix panic errors when we try to access an empty slice. We also return an\nerror if there is no ResourceGroup present.",
"is_bot": false,
"headline": "fix: Fix index out of bounds error in nomos status command (#67)",
"author_name": "Ramon Quitales",
"author_login": "rquitales",
"committed_at": "2022-08-29T19:41:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba8b435b2c06dd62a6dbf14005b777ddcc5aa5d6",
"body": null,
"is_bot": false,
"headline": "Load allow vertical scale flag in the reconciler manager (#20)",
"author_name": "Victor Tjhia",
"author_login": "victorpras",
"committed_at": "2022-08-26T23:07:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d4d0753225134f6a08d139208cb520b2a43de36",
"body": null,
"is_bot": false,
"headline": "bump resource-group manifest (#68)",
"author_name": "sdowell",
"author_login": "sdowell",
"committed_at": "2022-08-26T20:52:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b8dde32e0c6bd352834d0d19f376d03ce2a0ba3",
"body": "…ook (#66)\n\nWe use the policycontrollerv2.config.common-webhooks.networking.gke.io webhook to detect if a cluster is an Autopilot cluster. However, the webhook was renamed to gkepolicy.config.common-webhooks.networking.gke.io`.\nThis commit updates the function to return true if the new webhook is found.\n\nb/243938243",
"is_bot": false,
"headline": "Update the IsGKEAutopilotCluster to understand the new autopilot webh…",
"author_name": "Nan Yu",
"author_login": "nan-yu",
"committed_at": "2022-08-26T19:04:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c8f4eddc43c06c1d5bdc51613fbefb45555f248",
"body": "…#65)\n\n* Validate Config Sync components health in the e2e test\n\nThe resource-group-controller crashed on GKE Autopilot clusters with the\ncurrent default memory request. The e2e-test should be able to capture\nthe issue. This commit adds health validation for CS components in the\ne2e test.\n\nIt also d\n[…]\nst resource-group-controller memory request to 200Mi\n\nThe resource-group-controller's default memory request is increased from\n50Mi to 200Mi to address the crashlooping issue on the autopilot\ncluster.",
"is_bot": false,
"headline": "Increase the test resource-group-controller memory request to 200Mi (…",
"author_name": "Nan Yu",
"author_login": "nan-yu",
"committed_at": "2022-08-26T18:00:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f9adf87d8f9f58d6ac7291f52e330d93e21b61fd",
"body": null,
"is_bot": false,
"headline": "bump git-sync to address vulnerabilities (#62)",
"author_name": "sdowell",
"author_login": "sdowell",
"committed_at": "2022-08-25T18:45:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3d5ef2d91e05134b925ca7384506262836a4cfa",
"body": "Determine the correct branch based on the patch version and\ntag the latest commit on that branch for release candidates. Minor\nreleases are cut from main and patch releases are cut from release\nbranches. This is intended to minimize user error and make it easier\nto tag release candidates without worrying about the local repo state.",
"is_bot": false,
"headline": "use remote branch for RC tagging (#60)",
"author_name": "sdowell",
"author_login": "sdowell",
"committed_at": "2022-08-25T04:23:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "859ce871182fe525f0a8a3612f3e1890d5819e09",
"body": null,
"is_bot": false,
"headline": "Add haiyanmeng into OWNERS (#58)",
"author_name": "haiyanmeng",
"author_login": "haiyanmeng",
"committed_at": "2022-08-25T00:44:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d42e9e294acb89d06616946b478d4c7dbe7dd920",
"body": "This change separates the creation of RC tagging from the building of\nthe RC artifacts. This makes the targets a bit for flexible and enables\nthe use of tag-based triggers to run the RC build step.\n\nA prompt is added to the RC tagging target with the intent of making it\nan interactive step.",
"is_bot": false,
"headline": "rc tag creation separate from rc build (#57)",
"author_name": "sdowell",
"author_login": "sdowell",
"committed_at": "2022-08-24T18:47:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87ecc253bf7a040a54a8cd07599e99f134b921dd",
"body": "This change is to resolve the issue that kubebuilder does not work with\nmap[string]interface{} and consider unstructured type as Object.\n\napiextentionsv1.JSON represents any valid JSON value, it supports\nmap[string]interface{}. After change the field type, user will be able to set the values in this format:\nvalues: {key : val}",
"is_bot": false,
"headline": "Change helm.values field type from unstructured to JSON (#56)",
"author_name": "xinnywinne",
"author_login": "xinnywinne",
"committed_at": "2022-08-24T18:04:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3460834b253e81292037e20b502657b65420bad9",
"body": "This ensures CS works on clusters with PSP enabled. Although PSP is\ndeprecated, there might still be users for it until we stop supporting\nGKE versions older than 1.25.",
"is_bot": false,
"headline": "remove exclusion of acm-psp from oss manifest (#59)",
"author_name": "sdowell",
"author_login": "sdowell",
"committed_at": "2022-08-24T01:59:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50a77157ede0450509f436c8d36411161db8e34a",
"body": null,
"is_bot": false,
"headline": "update base images to address vulnerabilities (#52)",
"author_name": "sdowell",
"author_login": "sdowell",
"committed_at": "2022-08-23T21:54:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24dc8033392d5f401b8cf9b0b5473dc2dcb60acc",
"body": "…(#53)\n\ndescription",
"is_bot": false,
"headline": "Remove spec.helm.valuesFiles field and update spec.helm.period field …",
"author_name": "xinnywinne",
"author_login": "xinnywinne",
"committed_at": "2022-08-23T20:05:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17474ee15c5a038428c2b1712e0670c1bad79834",
"body": "When describing a pod, we can have the initContainers field to be null.\nThis causes an error when we use unstructured.NestedSlice to access this\nfield as the unstructured library tries to assert nil to []interface{},\nbut fails, since we can't assert a nil value to be of []interface{}.\nThis commit ig\n[…]\n\nThis commit also uses the official conversion library function to convert an\nunstructured object to its concrete type for validation purposes.\n\nTested by running reconciler-manager on a live cluster.",
"is_bot": false,
"headline": "fix: Handle empty initContainers in pod resources (#35)",
"author_name": "Ramon Quitales",
"author_login": "rquitales",
"committed_at": "2022-08-23T19:01:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c658ece5d12be0c8fa72531ec2c56d28615c2734",
"body": null,
"is_bot": false,
"headline": "Add nan-yu to the owner and approver list (#55)",
"author_name": "Nan Yu",
"author_login": "nan-yu",
"committed_at": "2022-08-23T17:27:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdd58e5995d102d319a99035e603a67196b543e7",
"body": "These targets are intended to be used for promoting release candidates.\nThe images are retagged from the original RC images. The manifests and\nCLI binaries are rebuilt using the formal release tag.",
"is_bot": false,
"headline": "add targets for promoting RC artifacts (#43)",
"author_name": "sdowell",
"author_login": "sdowell",
"committed_at": "2022-08-23T16:33:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5181aca754da84d27ca08353321003c6dbaa2159",
"body": "Add the validation logic for Helm spec, and remove the redundant source spec validation. User will be able to keep\ndifferent source specs in one Rsync, and we can use the spec.sourceType field as reference\nto ignore the source specs that do not needed.",
"is_bot": false,
"headline": "Validate the Helm spec when sourceType is helm (#50)",
"author_name": "xinnywinne",
"author_login": "xinnywinne",
"committed_at": "2022-08-23T04:16:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8d365c0d8ec09465e16f384ab61227712e0a275",
"body": null,
"is_bot": false,
"headline": "Update nomos status to report Helm info and status (#51)",
"author_name": "xinnywinne",
"author_login": "xinnywinne",
"committed_at": "2022-08-23T01:38:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "911f8a1db72e86d04f6bb2e73aedadaf5a057d06",
"body": "Add a dockerfile that can be used for running the make targets for\nbuilding Config Sync artifacts, such as make config-sync-manifest. This\nis intended for use in CI to build Config Sync artifacts.",
"is_bot": false,
"headline": "add dockerfile for docker-buildenv image (#44)",
"author_name": "sdowell",
"author_login": "sdowell",
"committed_at": "2022-08-22T22:52:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73bed7dcb3124ea25e20bd97d64d952580820894",
"body": "- Make logs a little more consistent\n- Add a few missing logs to catch all managed object upserts\n- Log namespace/name instead of the raw NamespacedName object\n- Use -Ref for ObjectKey and NamespacedName variable names\n- Reduce number of pointers to types objects, where possible.\n\nChange-Id: I1182f9b45f924af3fe18277d173487062b070c50",
"is_bot": false,
"headline": "reconciler-manager cleanup (#48)",
"author_name": "Karl Isenberg",
"author_login": "karlkfi",
"committed_at": "2022-08-22T22:07:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a68c4177f98a7805d8a3155136049ca4a5d463e",
"body": "This change adds a step to the building of config sync manifests which\nproduces the subset of manifests for multirepo/oss from the already\ngenerated ACM manifests.",
"is_bot": false,
"headline": "add OSS manifest staging dir to make target (#47)",
"author_name": "sdowell",
"author_login": "sdowell",
"committed_at": "2022-08-22T19:51:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a34f2bc8975e77e7792470f7d52319318831ec8",
"body": null,
"is_bot": false,
"headline": "go mod tidy (#41)",
"author_name": "sdowell",
"author_login": "sdowell",
"committed_at": "2022-08-22T17:12:29Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 9,
"commits_last_year": 0,
"latest_release_at": "2022-09-17T00:08:45Z",
"latest_release_tag": "v1.13.1-rc.1",
"releases_from_tags": true,
"days_since_last_push": 130,
"active_weeks_last_year": 0,
"days_since_latest_release": 1408,
"mean_days_between_releases": 5.4
},
"community": {
"has_readme": false,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": null,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "kpt.dev/configsync",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": null,
"registry_url": "https://pkg.go.dev/kpt.dev/configsync",
"is_deprecated": false,
"latest_version": "v1.22.0",
"repository_url": null,
"versions_count": 97,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2025-08-05T23:06:54Z",
"latest_version_yanked": null,
"days_since_latest_publish": 354
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile",
"e2e/testinfra/terraform/Makefile",
"third_party/bats-core/man/Makefile",
"vendor/github.com/Azure/go-autorest/GNUmakefile",
"vendor/github.com/Masterminds/semver/Makefile",
"vendor/github.com/emicklei/go-restful/Makefile",
"vendor/github.com/gogo/protobuf/proto/Makefile",
"vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/Makefile",
"vendor/github.com/munnerz/goautoneg/Makefile",
"vendor/github.com/pelletier/go-toml/Makefile",
"vendor/github.com/pkg/errors/Makefile",
"vendor/github.com/prometheus/procfs/Makefile",
"vendor/github.com/spf13/cobra/Makefile",
"vendor/go.opencensus.io/Makefile",
"vendor/go.uber.org/atomic/Makefile",
"vendor/go.uber.org/multierr/Makefile",
"vendor/golang.org/x/net/http2/Makefile",
"vendor/google.golang.org/grpc/Makefile",
"vendor/sigs.k8s.io/controller-runtime/Makefile",
"vendor/sigs.k8s.io/json/Makefile",
"vendor/sigs.k8s.io/kustomize/kyaml/openapi/Makefile"
],
"api_schema_files": [
"vendor/github.com/google/gnostic/extensions/extension.proto",
"vendor/github.com/google/gnostic/openapiv2/OpenAPIv2.proto",
"vendor/github.com/google/gnostic/openapiv3/OpenAPIv3.proto",
"vendor/github.com/googleapis/gax-go/v2/apierror/internal/proto/error.proto",
"vendor/github.com/grpc-ecosystem/grpc-gateway/internal/errors.proto",
"vendor/google.golang.org/appengine/internal/app_identity/app_identity_service.proto",
"vendor/google.golang.org/appengine/internal/base/api_base.proto",
"vendor/google.golang.org/appengine/internal/datastore/datastore_v3.proto",
"vendor/google.golang.org/appengine/internal/log/log_service.proto",
"vendor/google.golang.org/appengine/internal/modules/modules_service.proto",
"vendor/google.golang.org/appengine/internal/remote_api/remote_api.proto",
"vendor/google.golang.org/appengine/internal/socket/socket_service.proto",
"vendor/google.golang.org/appengine/internal/urlfetch/urlfetch_service.proto",
"vendor/k8s.io/api/admission/v1/generated.proto",
"vendor/k8s.io/api/admission/v1beta1/generated.proto",
"vendor/k8s.io/api/admissionregistration/v1/generated.proto",
"vendor/k8s.io/api/admissionregistration/v1beta1/generated.proto",
"vendor/k8s.io/api/apiserverinternal/v1alpha1/generated.proto",
"vendor/k8s.io/api/apps/v1/generated.proto",
"vendor/k8s.io/api/apps/v1beta1/generated.proto",
"vendor/k8s.io/api/apps/v1beta2/generated.proto",
"vendor/k8s.io/api/authentication/v1/generated.proto",
"vendor/k8s.io/api/authentication/v1beta1/generated.proto",
"vendor/k8s.io/api/authorization/v1/generated.proto",
"vendor/k8s.io/api/authorization/v1beta1/generated.proto",
"vendor/k8s.io/api/autoscaling/v1/generated.proto",
"vendor/k8s.io/api/autoscaling/v2/generated.proto",
"vendor/k8s.io/api/autoscaling/v2beta1/generated.proto",
"vendor/k8s.io/api/autoscaling/v2beta2/generated.proto",
"vendor/k8s.io/api/batch/v1/generated.proto",
"vendor/k8s.io/api/batch/v1beta1/generated.proto",
"vendor/k8s.io/api/certificates/v1/generated.proto",
"vendor/k8s.io/api/certificates/v1beta1/generated.proto",
"vendor/k8s.io/api/coordination/v1/generated.proto",
"vendor/k8s.io/api/coordination/v1beta1/generated.proto",
"vendor/k8s.io/api/core/v1/generated.proto",
"vendor/k8s.io/api/discovery/v1/generated.proto",
"vendor/k8s.io/api/discovery/v1beta1/generated.proto",
"vendor/k8s.io/api/events/v1/generated.proto",
"vendor/k8s.io/api/events/v1beta1/generated.proto",
"vendor/k8s.io/api/extensions/v1beta1/generated.proto",
"vendor/k8s.io/api/flowcontrol/v1alpha1/generated.proto",
"vendor/k8s.io/api/flowcontrol/v1beta1/generated.proto",
"vendor/k8s.io/api/flowcontrol/v1beta2/generated.proto",
"vendor/k8s.io/api/imagepolicy/v1alpha1/generated.proto",
"vendor/k8s.io/api/networking/v1/generated.proto",
"vendor/k8s.io/api/networking/v1beta1/generated.proto",
"vendor/k8s.io/api/node/v1/generated.proto",
"vendor/k8s.io/api/node/v1alpha1/generated.proto",
"vendor/k8s.io/api/node/v1beta1/generated.proto",
"vendor/k8s.io/api/policy/v1/generated.proto",
"vendor/k8s.io/api/policy/v1beta1/generated.proto",
"vendor/k8s.io/api/rbac/v1/generated.proto",
"vendor/k8s.io/api/rbac/v1alpha1/generated.proto",
"vendor/k8s.io/api/rbac/v1beta1/generated.proto",
"vendor/k8s.io/api/scheduling/v1/generated.proto",
"vendor/k8s.io/api/scheduling/v1alpha1/generated.proto",
"vendor/k8s.io/api/scheduling/v1beta1/generated.proto",
"vendor/k8s.io/api/storage/v1/generated.proto",
"vendor/k8s.io/api/storage/v1alpha1/generated.proto",
"vendor/k8s.io/api/storage/v1beta1/generated.proto",
"vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/generated.proto",
"vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/generated.proto",
"vendor/k8s.io/apimachinery/pkg/api/resource/generated.proto",
"vendor/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto",
"vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1/generated.proto",
"vendor/k8s.io/apimachinery/pkg/runtime/generated.proto",
"vendor/k8s.io/apimachinery/pkg/runtime/schema/generated.proto",
"vendor/k8s.io/apimachinery/pkg/util/intstr/generated.proto",
"vendor/sigs.k8s.io/kustomize/kyaml/openapi/kustomizationapi/swagger.json"
],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 123709,
"source_files_sampled": 711,
"oversized_source_files": 3,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "cloud.google.com/go/trace",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.0"
},
{
"name": "contrib.go.opencensus.io/exporter/ocagent",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.7.0"
},
{
"name": "github.com/GoogleContainerTools/kpt",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.0-beta.16"
},
{
"name": "github.com/Masterminds/semver",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.5.0"
},
{
"name": "github.com/davecgh/go-spew",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.1"
},
{
"name": "github.com/go-logr/logr",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/golang/protobuf",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.5.2"
},
{
"name": "github.com/google/gnostic",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.5.7-v3refs"
},
{
"name": "github.com/google/go-cmp",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.5.7"
},
{
"name": "github.com/google/go-containerregistry",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.8.0"
},
{
"name": "github.com/google/uuid",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.3.0"
},
{
"name": "github.com/open-policy-agent/cert-controller",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.5.0"
},
{
"name": "github.com/pkg/errors",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.9.1"
},
{
"name": "github.com/prometheus/client_golang",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.12.1"
},
{
"name": "github.com/spf13/cobra",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.4.0"
},
{
"name": "github.com/stretchr/testify",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.7.1"
},
{
"name": "go.opencensus.io",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.23.0"
},
{
"name": "go.uber.org/multierr",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.6.0"
},
{
"name": "golang.org/x/net",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20220225172249-27dd8689420f"
},
{
"name": "golang.org/x/oauth2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20211104180415-d3ed0bb246c8"
},
{
"name": "k8s.io/api",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.24.0"
},
{
"name": "k8s.io/apiextensions-apiserver",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.24.0"
},
{
"name": "k8s.io/apimachinery",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.24.0"
},
{
"name": "k8s.io/cli-runtime",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.24.0"
},
{
"name": "k8s.io/client-go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.24.0"
},
{
"name": "k8s.io/cluster-registry",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.6"
},
{
"name": "k8s.io/klog/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.60.1"
},
{
"name": "k8s.io/kube-openapi",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20220401212409-b28bf2818661"
},
{
"name": "k8s.io/kubectl",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.24.0"
},
{
"name": "k8s.io/utils",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20220210201930-3a6ce19ff2f9"
},
{
"name": "sigs.k8s.io/cli-utils",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.31.2"
},
{
"name": "sigs.k8s.io/controller-runtime",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.12.1"
},
{
"name": "sigs.k8s.io/kind",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.14.0"
},
{
"name": "sigs.k8s.io/kustomize/api",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.11.4"
},
{
"name": "sigs.k8s.io/kustomize/kyaml",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.13.7-0.20220418212550-9d5491c2e20c"
},
{
"name": "sigs.k8s.io/structured-merge-diff/v4",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v4.2.1"
},
{
"name": "sigs.k8s.io/yaml",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.3.0"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "sdowell",
"commits": 42,
"avatar_url": "https://avatars.githubusercontent.com/u/4029989?v=4"
},
{
"type": "User",
"login": "karlkfi",
"commits": 26,
"avatar_url": "https://avatars.githubusercontent.com/u/3980984?v=4"
},
{
"type": "User",
"login": "nan-yu",
"commits": 17,
"avatar_url": "https://avatars.githubusercontent.com/u/57464258?v=4"
},
{
"type": "User",
"login": "xinnywinne",
"commits": 17,
"avatar_url": "https://avatars.githubusercontent.com/u/36653773?v=4"
},
{
"type": "User",
"login": "tiffanny29631",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/11726645?v=4"
},
{
"type": "User",
"login": "haiyanmeng",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/5217421?v=4"
},
{
"type": "User",
"login": "victorpras",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/1171736?v=4"
},
{
"type": "User",
"login": "rquitales",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/26103281?v=4"
},
{
"type": "User",
"login": "mortent",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/8463?v=4"
},
{
"type": "User",
"login": "mikebz",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/260081?v=4"
}
],
"contributors_sampled": 11,
"top_contributor_share": 0.328
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": true,
"linter_configs": [
".golangci.yaml",
".golangci.yml"
],
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 3 contributing companies or organizations -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 2,
"reason": "dependency not pinned by hash detected -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "74 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "b3e6794e3c3aff7f5accd42bd28a174b64035af6",
"ran_at": "2026-07-26T08:17:54Z",
"aggregate_score": 1.9,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/tomasaschan/kpt-config-sync",
"host": "github.com",
"name": "kpt-config-sync",
"owner": "tomasaschan"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": "Abandonment Policy applies a 85% multiplier to weighted overall health.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 0,
"pct": 85
}
}
],
"value": 27,
"inputs": {
"security": 19,
"vitality": 25,
"community": 12,
"governance": 53,
"engineering": 45,
"abandonment_cap": null,
"abandonment_state": "at_risk",
"abandonment_multiplier": 85,
"weighted_overall_before_abandonment": 32,
"overall_after_abandonment_multiplier": 27
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 25,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 130,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 130 days ago",
"points": 9.9,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 130
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 48,
"inputs": {
"releases_count": 9,
"latest_release_tag": "v1.13.1-rc.1",
"releases_from_tags": true,
"days_since_latest_release": 1408,
"mean_days_between_releases": 5.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "9 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 9
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1408 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 1408
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~5.4 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 5.4
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"cap": null,
"state": "at_risk",
"guards": [
"no_open_demand"
],
"signals": [
"release_stall",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 85,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 0,
"unanswered_open_issues": 0,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 1390,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 1390 days; 2 unmet obligation(s): releases stalled, Scorecard reports it unmaintained",
"points": 85,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 1390,
"count": 2,
"signals": "releases stalled, Scorecard reports it unmaintained"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 12,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": false,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 53,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 11,
"top_contributor_share": 0.328
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 33% of commits",
"points": 15.1,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 33
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "11 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 11
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"inputs": {
"followers": 70,
"owner_type": "User",
"is_verified": null,
"owner_login": "tomasaschan",
"public_repos": 134,
"account_age_days": 5242
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "70 followers of tomasaschan",
"points": 13.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 70,
"login": "tomasaschan"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "134 public repos, account ~14 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 134
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 91,
"inputs": {
"packages": [
"kpt.dev/configsync"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 354
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 354 days ago",
"points": 26,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 354
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "97 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 97
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 45,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 58,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".golangci.yaml, .golangci.yml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yaml, .golangci.yml"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "critical",
"name": "Documentation",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": false,
"has_docs_dir": true,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "critical",
"name": "Security",
"value": 19,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Dangerous-Workflow, Packaging, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"dangerous_workflow",
"packaging",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 19,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 1.9
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 2",
"points": 1,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "74 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 9
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 69,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.98,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "98 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 98,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [
"Makefile",
"e2e/testinfra/terraform/Makefile",
"third_party/bats-core/man/Makefile",
"vendor/github.com/Azure/go-autorest/GNUmakefile",
"vendor/github.com/Masterminds/semver/Makefile",
"vendor/github.com/emicklei/go-restful/Makefile",
"vendor/github.com/gogo/protobuf/proto/Makefile",
"vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/Makefile",
"vendor/github.com/munnerz/goautoneg/Makefile",
"vendor/github.com/pelletier/go-toml/Makefile",
"vendor/github.com/pkg/errors/Makefile",
"vendor/github.com/prometheus/procfs/Makefile",
"vendor/github.com/spf13/cobra/Makefile",
"vendor/go.opencensus.io/Makefile",
"vendor/go.uber.org/atomic/Makefile",
"vendor/go.uber.org/multierr/Makefile",
"vendor/golang.org/x/net/http2/Makefile",
"vendor/google.golang.org/grpc/Makefile",
"vendor/sigs.k8s.io/controller-runtime/Makefile",
"vendor/sigs.k8s.io/json/Makefile",
"vendor/sigs.k8s.io/kustomize/kyaml/openapi/Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile, e2e/testinfra/terraform/Makefile, third_party/bats-core/man/Makefile, vendor/github.com/Azure/go-autorest/GNUmakefile, vendor/github.com/Masterminds/semver/Makefile, vendor/github.com/emicklei/go-restful/Makefile, vendor/github.com/gogo/protobuf/proto/Makefile, vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/Makefile, vendor/github.com/munnerz/goautoneg/Makefile, vendor/github.com/pelletier/go-toml/Makefile, vendor/github.com/pkg/errors/Makefile, vendor/github.com/prometheus/procfs/Makefile, vendor/github.com/spf13/cobra/Makefile, vendor/go.opencensus.io/Makefile, vendor/go.uber.org/atomic/Makefile, vendor/go.uber.org/multierr/Makefile, vendor/golang.org/x/net/http2/Makefile, vendor/google.golang.org/grpc/Makefile, vendor/sigs.k8s.io/controller-runtime/Makefile, vendor/sigs.k8s.io/json/Makefile, vendor/sigs.k8s.io/kustomize/kyaml/openapi/Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile, e2e/testinfra/terraform/Makefile, third_party/bats-core/man/Makefile, vendor/github.com/Azure/go-autorest/GNUmakefile, vendor/github.com/Masterminds/semver/Makefile, vendor/github.com/emicklei/go-restful/Makefile, vendor/github.com/gogo/protobuf/proto/Makefile, vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/Makefile, vendor/github.com/munnerz/goautoneg/Makefile, vendor/github.com/pelletier/go-toml/Makefile, vendor/github.com/pkg/errors/Makefile, vendor/github.com/prometheus/procfs/Makefile, vendor/github.com/spf13/cobra/Makefile, vendor/go.opencensus.io/Makefile, vendor/go.uber.org/atomic/Makefile, vendor/go.uber.org/multierr/Makefile, vendor/golang.org/x/net/http2/Makefile, vendor/google.golang.org/grpc/Makefile, vendor/sigs.k8s.io/controller-runtime/Makefile, vendor/sigs.k8s.io/json/Makefile, vendor/sigs.k8s.io/kustomize/kyaml/openapi/Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": ".golangci.yaml, .golangci.yml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yaml, .golangci.yml"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 2",
"points": 2,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 123709,
"source_files_sampled": 711,
"oversized_source_files": 3
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "3/711 source files over 60KB",
"points": 54.8,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 711,
"oversized": 3
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "good",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": [
"vendor/github.com/google/gnostic/extensions/extension.proto",
"vendor/github.com/google/gnostic/openapiv2/OpenAPIv2.proto",
"vendor/github.com/google/gnostic/openapiv3/OpenAPIv3.proto",
"vendor/github.com/googleapis/gax-go/v2/apierror/internal/proto/error.proto",
"vendor/github.com/grpc-ecosystem/grpc-gateway/internal/errors.proto",
"vendor/google.golang.org/appengine/internal/app_identity/app_identity_service.proto",
"vendor/google.golang.org/appengine/internal/base/api_base.proto",
"vendor/google.golang.org/appengine/internal/datastore/datastore_v3.proto",
"vendor/google.golang.org/appengine/internal/log/log_service.proto",
"vendor/google.golang.org/appengine/internal/modules/modules_service.proto",
"vendor/google.golang.org/appengine/internal/remote_api/remote_api.proto",
"vendor/google.golang.org/appengine/internal/socket/socket_service.proto",
"vendor/google.golang.org/appengine/internal/urlfetch/urlfetch_service.proto",
"vendor/k8s.io/api/admission/v1/generated.proto",
"vendor/k8s.io/api/admission/v1beta1/generated.proto",
"vendor/k8s.io/api/admissionregistration/v1/generated.proto",
"vendor/k8s.io/api/admissionregistration/v1beta1/generated.proto",
"vendor/k8s.io/api/apiserverinternal/v1alpha1/generated.proto",
"vendor/k8s.io/api/apps/v1/generated.proto",
"vendor/k8s.io/api/apps/v1beta1/generated.proto",
"vendor/k8s.io/api/apps/v1beta2/generated.proto",
"vendor/k8s.io/api/authentication/v1/generated.proto",
"vendor/k8s.io/api/authentication/v1beta1/generated.proto",
"vendor/k8s.io/api/authorization/v1/generated.proto",
"vendor/k8s.io/api/authorization/v1beta1/generated.proto",
"vendor/k8s.io/api/autoscaling/v1/generated.proto",
"vendor/k8s.io/api/autoscaling/v2/generated.proto",
"vendor/k8s.io/api/autoscaling/v2beta1/generated.proto",
"vendor/k8s.io/api/autoscaling/v2beta2/generated.proto",
"vendor/k8s.io/api/batch/v1/generated.proto",
"vendor/k8s.io/api/batch/v1beta1/generated.proto",
"vendor/k8s.io/api/certificates/v1/generated.proto",
"vendor/k8s.io/api/certificates/v1beta1/generated.proto",
"vendor/k8s.io/api/coordination/v1/generated.proto",
"vendor/k8s.io/api/coordination/v1beta1/generated.proto",
"vendor/k8s.io/api/core/v1/generated.proto",
"vendor/k8s.io/api/discovery/v1/generated.proto",
"vendor/k8s.io/api/discovery/v1beta1/generated.proto",
"vendor/k8s.io/api/events/v1/generated.proto",
"vendor/k8s.io/api/events/v1beta1/generated.proto",
"vendor/k8s.io/api/extensions/v1beta1/generated.proto",
"vendor/k8s.io/api/flowcontrol/v1alpha1/generated.proto",
"vendor/k8s.io/api/flowcontrol/v1beta1/generated.proto",
"vendor/k8s.io/api/flowcontrol/v1beta2/generated.proto",
"vendor/k8s.io/api/imagepolicy/v1alpha1/generated.proto",
"vendor/k8s.io/api/networking/v1/generated.proto",
"vendor/k8s.io/api/networking/v1beta1/generated.proto",
"vendor/k8s.io/api/node/v1/generated.proto",
"vendor/k8s.io/api/node/v1alpha1/generated.proto",
"vendor/k8s.io/api/node/v1beta1/generated.proto",
"vendor/k8s.io/api/policy/v1/generated.proto",
"vendor/k8s.io/api/policy/v1beta1/generated.proto",
"vendor/k8s.io/api/rbac/v1/generated.proto",
"vendor/k8s.io/api/rbac/v1alpha1/generated.proto",
"vendor/k8s.io/api/rbac/v1beta1/generated.proto",
"vendor/k8s.io/api/scheduling/v1/generated.proto",
"vendor/k8s.io/api/scheduling/v1alpha1/generated.proto",
"vendor/k8s.io/api/scheduling/v1beta1/generated.proto",
"vendor/k8s.io/api/storage/v1/generated.proto",
"vendor/k8s.io/api/storage/v1alpha1/generated.proto",
"vendor/k8s.io/api/storage/v1beta1/generated.proto",
"vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/generated.proto",
"vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/generated.proto",
"vendor/k8s.io/apimachinery/pkg/api/resource/generated.proto",
"vendor/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto",
"vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1/generated.proto",
"vendor/k8s.io/apimachinery/pkg/runtime/generated.proto",
"vendor/k8s.io/apimachinery/pkg/runtime/schema/generated.proto",
"vendor/k8s.io/apimachinery/pkg/util/intstr/generated.proto",
"vendor/sigs.k8s.io/kustomize/kyaml/openapi/kustomizationapi/swagger.json"
]
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": "vendor/github.com/google/gnostic/extensions/extension.proto, vendor/github.com/google/gnostic/openapiv2/OpenAPIv2.proto, vendor/github.com/google/gnostic/openapiv3/OpenAPIv3.proto, vendor/github.com/googleapis/gax-go/v2/apierror/internal/proto/error.proto, vendor/github.com/grpc-ecosystem/grpc-gateway/internal/errors.proto, vendor/google.golang.org/appengine/internal/app_identity/app_identity_service.proto, vendor/google.golang.org/appengine/internal/base/api_base.proto, vendor/google.golang.org/appengine/internal/datastore/datastore_v3.proto, vendor/google.golang.org/appengine/internal/log/log_service.proto, vendor/google.golang.org/appengine/internal/modules/modules_service.proto, vendor/google.golang.org/appengine/internal/remote_api/remote_api.proto, vendor/google.golang.org/appengine/internal/socket/socket_service.proto, vendor/google.golang.org/appengine/internal/urlfetch/urlfetch_service.proto, vendor/k8s.io/api/admission/v1/generated.proto, vendor/k8s.io/api/admission/v1beta1/generated.proto, vendor/k8s.io/api/admissionregistration/v1/generated.proto, vendor/k8s.io/api/admissionregistration/v1beta1/generated.proto, vendor/k8s.io/api/apiserverinternal/v1alpha1/generated.proto, vendor/k8s.io/api/apps/v1/generated.proto, vendor/k8s.io/api/apps/v1beta1/generated.proto, vendor/k8s.io/api/apps/v1beta2/generated.proto, vendor/k8s.io/api/authentication/v1/generated.proto, vendor/k8s.io/api/authentication/v1beta1/generated.proto, vendor/k8s.io/api/authorization/v1/generated.proto, vendor/k8s.io/api/authorization/v1beta1/generated.proto, vendor/k8s.io/api/autoscaling/v1/generated.proto, vendor/k8s.io/api/autoscaling/v2/generated.proto, vendor/k8s.io/api/autoscaling/v2beta1/generated.proto, vendor/k8s.io/api/autoscaling/v2beta2/generated.proto, vendor/k8s.io/api/batch/v1/generated.proto, vendor/k8s.io/api/batch/v1beta1/generated.proto, vendor/k8s.io/api/certificates/v1/generated.proto, vendor/k8s.io/api/certificates/v1beta1/generated.proto, vendor/k8s.io/api/coordination/v1/generated.proto, vendor/k8s.io/api/coordination/v1beta1/generated.proto, vendor/k8s.io/api/core/v1/generated.proto, vendor/k8s.io/api/discovery/v1/generated.proto, vendor/k8s.io/api/discovery/v1beta1/generated.proto, vendor/k8s.io/api/events/v1/generated.proto, vendor/k8s.io/api/events/v1beta1/generated.proto, vendor/k8s.io/api/extensions/v1beta1/generated.proto, vendor/k8s.io/api/flowcontrol/v1alpha1/generated.proto, vendor/k8s.io/api/flowcontrol/v1beta1/generated.proto, vendor/k8s.io/api/flowcontrol/v1beta2/generated.proto, vendor/k8s.io/api/imagepolicy/v1alpha1/generated.proto, vendor/k8s.io/api/networking/v1/generated.proto, vendor/k8s.io/api/networking/v1beta1/generated.proto, vendor/k8s.io/api/node/v1/generated.proto, vendor/k8s.io/api/node/v1alpha1/generated.proto, vendor/k8s.io/api/node/v1beta1/generated.proto, vendor/k8s.io/api/policy/v1/generated.proto, vendor/k8s.io/api/policy/v1beta1/generated.proto, vendor/k8s.io/api/rbac/v1/generated.proto, vendor/k8s.io/api/rbac/v1alpha1/generated.proto, vendor/k8s.io/api/rbac/v1beta1/generated.proto, vendor/k8s.io/api/scheduling/v1/generated.proto, vendor/k8s.io/api/scheduling/v1alpha1/generated.proto, vendor/k8s.io/api/scheduling/v1beta1/generated.proto, vendor/k8s.io/api/storage/v1/generated.proto, vendor/k8s.io/api/storage/v1alpha1/generated.proto, vendor/k8s.io/api/storage/v1beta1/generated.proto, vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/generated.proto, vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/generated.proto, vendor/k8s.io/apimachinery/pkg/api/resource/generated.proto, vendor/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto, vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1/generated.proto, vendor/k8s.io/apimachinery/pkg/runtime/generated.proto, vendor/k8s.io/apimachinery/pkg/runtime/schema/generated.proto, vendor/k8s.io/apimachinery/pkg/util/intstr/generated.proto, vendor/sigs.k8s.io/kustomize/kyaml/openapi/kustomizationapi/swagger.json",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "vendor/github.com/google/gnostic/extensions/extension.proto, vendor/github.com/google/gnostic/openapiv2/OpenAPIv2.proto, vendor/github.com/google/gnostic/openapiv3/OpenAPIv3.proto, vendor/github.com/googleapis/gax-go/v2/apierror/internal/proto/error.proto, vendor/github.com/grpc-ecosystem/grpc-gateway/internal/errors.proto, vendor/google.golang.org/appengine/internal/app_identity/app_identity_service.proto, vendor/google.golang.org/appengine/internal/base/api_base.proto, vendor/google.golang.org/appengine/internal/datastore/datastore_v3.proto, vendor/google.golang.org/appengine/internal/log/log_service.proto, vendor/google.golang.org/appengine/internal/modules/modules_service.proto, vendor/google.golang.org/appengine/internal/remote_api/remote_api.proto, vendor/google.golang.org/appengine/internal/socket/socket_service.proto, vendor/google.golang.org/appengine/internal/urlfetch/urlfetch_service.proto, vendor/k8s.io/api/admission/v1/generated.proto, vendor/k8s.io/api/admission/v1beta1/generated.proto, vendor/k8s.io/api/admissionregistration/v1/generated.proto, vendor/k8s.io/api/admissionregistration/v1beta1/generated.proto, vendor/k8s.io/api/apiserverinternal/v1alpha1/generated.proto, vendor/k8s.io/api/apps/v1/generated.proto, vendor/k8s.io/api/apps/v1beta1/generated.proto, vendor/k8s.io/api/apps/v1beta2/generated.proto, vendor/k8s.io/api/authentication/v1/generated.proto, vendor/k8s.io/api/authentication/v1beta1/generated.proto, vendor/k8s.io/api/authorization/v1/generated.proto, vendor/k8s.io/api/authorization/v1beta1/generated.proto, vendor/k8s.io/api/autoscaling/v1/generated.proto, vendor/k8s.io/api/autoscaling/v2/generated.proto, vendor/k8s.io/api/autoscaling/v2beta1/generated.proto, vendor/k8s.io/api/autoscaling/v2beta2/generated.proto, vendor/k8s.io/api/batch/v1/generated.proto, vendor/k8s.io/api/batch/v1beta1/generated.proto, vendor/k8s.io/api/certificates/v1/generated.proto, vendor/k8s.io/api/certificates/v1beta1/generated.proto, vendor/k8s.io/api/coordination/v1/generated.proto, vendor/k8s.io/api/coordination/v1beta1/generated.proto, vendor/k8s.io/api/core/v1/generated.proto, vendor/k8s.io/api/discovery/v1/generated.proto, vendor/k8s.io/api/discovery/v1beta1/generated.proto, vendor/k8s.io/api/events/v1/generated.proto, vendor/k8s.io/api/events/v1beta1/generated.proto, vendor/k8s.io/api/extensions/v1beta1/generated.proto, vendor/k8s.io/api/flowcontrol/v1alpha1/generated.proto, vendor/k8s.io/api/flowcontrol/v1beta1/generated.proto, vendor/k8s.io/api/flowcontrol/v1beta2/generated.proto, vendor/k8s.io/api/imagepolicy/v1alpha1/generated.proto, vendor/k8s.io/api/networking/v1/generated.proto, vendor/k8s.io/api/networking/v1beta1/generated.proto, vendor/k8s.io/api/node/v1/generated.proto, vendor/k8s.io/api/node/v1alpha1/generated.proto, vendor/k8s.io/api/node/v1beta1/generated.proto, vendor/k8s.io/api/policy/v1/generated.proto, vendor/k8s.io/api/policy/v1beta1/generated.proto, vendor/k8s.io/api/rbac/v1/generated.proto, vendor/k8s.io/api/rbac/v1alpha1/generated.proto, vendor/k8s.io/api/rbac/v1beta1/generated.proto, vendor/k8s.io/api/scheduling/v1/generated.proto, vendor/k8s.io/api/scheduling/v1alpha1/generated.proto, vendor/k8s.io/api/scheduling/v1beta1/generated.proto, vendor/k8s.io/api/storage/v1/generated.proto, vendor/k8s.io/api/storage/v1alpha1/generated.proto, vendor/k8s.io/api/storage/v1beta1/generated.proto, vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/generated.proto, vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/generated.proto, vendor/k8s.io/apimachinery/pkg/api/resource/generated.proto, vendor/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto, vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1/generated.proto, vendor/k8s.io/apimachinery/pkg/runtime/generated.proto, vendor/k8s.io/apimachinery/pkg/runtime/schema/generated.proto, vendor/k8s.io/apimachinery/pkg/util/intstr/generated.proto, vendor/sigs.k8s.io/kustomize/kyaml/openapi/kustomizationapi/swagger.json"
}
}
],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Community profile unavailable",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-26T08:18:14.680239Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/t/tomasaschan/kpt-config-sync.svg",
"full_name": "tomasaschan/kpt-config-sync",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}