Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 72727,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 1140536,
"Shell": 32395,
"Jsonnet": 308115,
"Makefile": 8885,
"Dockerfile": 1052
},
"pushed_at": "2024-06-09T16:53:30Z",
"created_at": "2021-05-26T14:50:56Z",
"owner_type": "User",
"updated_at": "2022-01-04T16:05:34Z",
"description": "Manage the OpenShift monitoring stack",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "master",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Go",
"significant_languages": [
"Go",
"Jsonnet"
]
},
"owner": {
"blog": "https://raptorsun.github.io/",
"name": "SUN Haoyu",
"type": "User",
"login": "raptorsun",
"company": "Red Hat",
"location": "Antibes, France",
"followers": 19,
"avatar_url": "https://avatars.githubusercontent.com/u/6040960?v=4",
"created_at": "2013-11-26T13:33:23Z",
"is_verified": null,
"public_repos": 64,
"account_age_days": 4623
},
"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": "v3.11.0",
"kind": "minor",
"published_at": "2018-09-10T18:51:04Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2018-09-24T19:19:20Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2018-07-19T08:28:12Z"
},
{
"tag": "v0.0.4",
"kind": "patch",
"published_at": "2018-05-25T15:05:15Z"
},
{
"tag": "v0.0.3",
"kind": "patch",
"published_at": "2018-05-23T14:41:47Z"
},
{
"tag": "v0.0.1",
"kind": "patch",
"published_at": "2018-04-16T17:37:51Z"
}
],
"recent_commits": [
{
"oid": "b60f0b68d49701c55408f0ca96bd4bff06260886",
"body": "MON-3381: replace OAuth proxy for Alertmanager",
"is_bot": true,
"headline": "Merge pull request #2260 from simonpasquier/MON-3381",
"author_name": "openshift-merge-bot[bot]",
"author_login": "openshift-merge-bot[bot]",
"committed_at": "2024-03-07T11:58:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df7c2799e1ff5b31dc7187cc1a0ea5ecd38f1a8f",
"body": "This change replaces the OAuth proxy sidecar by kube-rbac-proxy.\n\nSigned-off-by: Simon Pasquier <spasquie@redhat.com>",
"is_bot": false,
"headline": "MON-3381: replace OAuth proxy for Alertmanager",
"author_name": "Simon Pasquier",
"author_login": "simonpasquier",
"committed_at": "2024-03-07T08:50:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5342dee811a66e598aeb9a772c8000d82078a8c0",
"body": "OCPBUGS-28246: fix Thanos ruler alert generator url",
"is_bot": true,
"headline": "Merge pull request #2267 from jan--f/thanos-ruler-alert-generator-url",
"author_name": "openshift-merge-bot[bot]",
"author_login": "openshift-merge-bot[bot]",
"committed_at": "2024-03-05T20:23:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2535467537c2be814912c0301676ef5cbbcbc25",
"body": "MON-3706: Revert \"chore: poll immediately in the e2e tests\"",
"is_bot": true,
"headline": "Merge pull request #2271 from simonpasquier/revert-5038186e",
"author_name": "openshift-merge-bot[bot]",
"author_login": "openshift-merge-bot[bot]",
"committed_at": "2024-03-05T14:40:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10160fd3fefb3791121ad8f5b8bf043938085884",
"body": "This reverts commit 5038186e1c1bf9c86054444310484cc351357f36.",
"is_bot": false,
"headline": "Revert \"chore: poll immediately in the e2e tests\"",
"author_name": "Simon Pasquier",
"author_login": "simonpasquier",
"committed_at": "2024-02-28T10:09:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ffa522529e019e3c559fed6b2a23f1a47ed6a5d",
"body": "MON-3717: pkg/client.go: make some CreateOrUpdateXXX functions use library-go’s resourceapply utils.",
"is_bot": true,
"headline": "Merge pull request #2226 from machine424/update-bleeding",
"author_name": "openshift-merge-bot[bot]",
"author_login": "openshift-merge-bot[bot]",
"committed_at": "2024-02-27T08:54:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1006f825c77e7c31db67ebfd6d9119ef395541e6",
"body": "… resourceapply utils.",
"is_bot": false,
"headline": "pkg/client.go: make some CreateOrUpdateXXX functions use library-go’s…",
"author_name": "Ayoub Mrini",
"author_login": "machine424",
"committed_at": "2024-02-26T12:07:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb8889665ab1442bddd37ade45bd1d33b24f2613",
"body": "And use it to populate the various alert generator url fields.\n\nSigned-off-by: Jan Fajerski <jfajersk@redhat.com>",
"is_bot": false,
"headline": "refactor: add makeConsoleURL helper",
"author_name": "Jan Fajerski",
"author_login": "jan--f",
"committed_at": "2024-02-26T10:12:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c9a5baf87496bb55f1a341985ff681d245d54f0",
"body": "MON-3717: update library-go to get https://github.com/openshift/libra…",
"is_bot": true,
"headline": "Merge pull request #2266 from machine424/up-lib-go",
"author_name": "openshift-merge-bot[bot]",
"author_login": "openshift-merge-bot[bot]",
"committed_at": "2024-02-21T17:44:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bbcb949ad861341c816239dfb2d80924046b350",
"body": "Signed-off-by: Jan Fajerski <jfajersk@redhat.com>",
"is_bot": false,
"headline": "fix: add more alert generator backlink unit tests",
"author_name": "Jan Fajerski",
"author_login": "jan--f",
"committed_at": "2024-02-19T12:34:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b940bd891c0e804566bbf890a6247c82f0a32413",
"body": "Signed-off-by: Jan Fajerski <jfajersk@redhat.com>",
"is_bot": false,
"headline": "fix: add console as alert generator backlink to thanos ruler",
"author_name": "Jan Fajerski",
"author_login": "jan--f",
"committed_at": "2024-02-19T12:33:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ea94e8879c5d19c2108a1cc409b276a88aabac8",
"body": "…ry-go/pull/1676 needed for https://github.com/openshift/cluster-monitoring-operator/pull/2226",
"is_bot": false,
"headline": "MON-3717: update library-go to get https://github.com/openshift/libra…",
"author_name": "Ayoub Mrini",
"author_login": "machine424",
"committed_at": "2024-02-19T10:23:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1878d8205445a8b3eaf594b48976c3fa3956f173",
"body": "MON-3380: re-add kube-rbac-proxy for /metrics and /federate",
"is_bot": true,
"headline": "Merge pull request #2261 from simonpasquier/MON-3380-metrics",
"author_name": "openshift-merge-bot[bot]",
"author_login": "openshift-merge-bot[bot]",
"committed_at": "2024-02-15T14:40:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78fe72af2a489a000df2fc9239f9dfa946b6d9f4",
"body": "Until https://github.com/brancz/kube-rbac-proxy/issues/146 is\nimplemented, we need a dedicated kube-rbac-proxy for static authz.\nOtherwise it will always do a SubjectAccessReview for requests\nauthenticated using bearer tokens.\n\nSigned-off-by: Simon Pasquier <spasquie@redhat.com>",
"is_bot": false,
"headline": "MON-3380: re-add kube-rbac-proxy for /metrics and /federate",
"author_name": "Simon Pasquier",
"author_login": "simonpasquier",
"committed_at": "2024-02-15T11:04:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63d64261b906c678566ecb7c1a88a8ddc7c79ac3",
"body": "MON-3172: describe monitoring services",
"is_bot": true,
"headline": "Merge pull request #2188 from simonpasquier/MON-3172",
"author_name": "openshift-merge-bot[bot]",
"author_login": "openshift-merge-bot[bot]",
"committed_at": "2024-02-14T16:03:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6449c5996070c0ba55511fc622ad7261f71c590f",
"body": "MON-3706: chore: poll immediately in the e2e tests",
"is_bot": true,
"headline": "Merge pull request #2258 from simonpasquier/speed-up-tests",
"author_name": "openshift-merge-bot[bot]",
"author_login": "openshift-merge-bot[bot]",
"committed_at": "2024-02-14T08:31:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "889bb2ce19cd1018888f506dd8c401cca163cfc8",
"body": "Co-authored-by: Brian Burt <86380613+bburt-rh@users.noreply.github.com>\nSigned-off-by: Simon Pasquier <spasquie@redhat.com>",
"is_bot": false,
"headline": "MON-3172: describe monitoring services",
"author_name": "Simon Pasquier",
"author_login": "simonpasquier",
"committed_at": "2024-02-13T15:58:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5038186e1c1bf9c86054444310484cc351357f36",
"body": "It should speed up the test run if we check the condition immediately\ninstead of waiting for 5 seconds.\n\nSigned-off-by: Simon Pasquier <spasquie@redhat.com>",
"is_bot": false,
"headline": "chore: poll immediately in the e2e tests",
"author_name": "Simon Pasquier",
"author_login": "simonpasquier",
"committed_at": "2024-02-13T09:55:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7e3f50875f2bb1fed912b23fb80a101d3a786c0",
"body": "MON-3380: replace OAuth proxy for prometheus-k8s",
"is_bot": true,
"headline": "Merge pull request #2246 from simonpasquier/MON-3380",
"author_name": "openshift-merge-bot[bot]",
"author_login": "openshift-merge-bot[bot]",
"committed_at": "2024-02-08T16:50:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbcfed9c91a37adbc1e2eb5af5e09172d701cdff",
"body": "OCPBUGS-18326: add Console cap annotation to dashboards",
"is_bot": true,
"headline": "Merge pull request #2254 from simonpasquier/OCPBUGS-18326",
"author_name": "openshift-merge-bot[bot]",
"author_login": "openshift-merge-bot[bot]",
"committed_at": "2024-02-07T11:07:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65aa1467121c1170fd1bc363ec5faf5a2a774c31",
"body": "…re_port\n\nTRT-1489: Revert \"jsonnet: update crio port to TLS port 9637\"",
"is_bot": true,
"headline": "Merge pull request #2255 from simonpasquier/revert-2229-add_crio_secu…",
"author_name": "openshift-merge-bot[bot]",
"author_login": "openshift-merge-bot[bot]",
"committed_at": "2024-02-06T23:04:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e93b165b47b7f65aabc2e97800ca46b1db7333e",
"body": "Signed-off-by: Simon Pasquier <spasquie@redhat.com>",
"is_bot": false,
"headline": "Decrease test timeout for assertAlertmanagerInstancesDiscovered",
"author_name": "Simon Pasquier",
"author_login": "simonpasquier",
"committed_at": "2024-02-06T14:23:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee975658d0b1ad7d774b947857f895fa5a5822c9",
"body": null,
"is_bot": false,
"headline": "Revert \"OCPNODE-2022: jsonnet: update crio port to TLS port 9637\"",
"author_name": "Simon Pasquier",
"author_login": "simonpasquier",
"committed_at": "2024-02-06T13:59:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89cd4c13f4ba2a226d773a95a861fb3f02e9fd4c",
"body": "OCPNODE-2022: jsonnet: update crio port to TLS port 9637",
"is_bot": true,
"headline": "Merge pull request #2229 from rphillips/add_crio_secure_port",
"author_name": "openshift-merge-bot[bot]",
"author_login": "openshift-merge-bot[bot]",
"committed_at": "2024-02-05T18:36:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d84f0f382883329a7f71053576ee75e7ab476e7c",
"body": "This commit adds the \"capability.openshift.io/name: Console\" annotation\nto the dashboard configmaps.\n\nIt also renames the existing configmaps from \"grafana-xxx\" to \"xxx\"\nbecause otherwise CVO would enable the Console capability on all\nclusters, even those where the capability was initially disabled \n[…]\nancements/blob/master/enhancements/installer/component-selection.md#how-to-implement-a-new-capability\n[2] https://issues.redhat.com/browse/OTA-1039\n\nSigned-off-by: Simon Pasquier <spasquie@redhat.com>",
"is_bot": false,
"headline": "OCPBUGS-18326: add Console cap annotation to dashboards",
"author_name": "Simon Pasquier",
"author_login": "simonpasquier",
"committed_at": "2024-02-05T15:27:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7fda01a7634ad26aea8071268113b0ea06fc65df",
"body": "…enerate\n\nMON-3705: [bot] Update jsonnet dependencies",
"is_bot": true,
"headline": "Merge pull request #2208 from rhobs/automated-updates-master-update-g…",
"author_name": "openshift-merge-bot[bot]",
"author_login": "openshift-merge-bot[bot]",
"committed_at": "2024-02-05T12:43:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3781a0602dbe9148e5989dfd96581e6e6784f51a",
"body": "The existing kube-rbac-proxy sidecar container exposing the Prometheus\nAPI can fullfil all the functions.\n\nSigned-off-by: Simon Pasquier <spasquie@redhat.com>",
"is_bot": false,
"headline": "Remove kube-rbac-proxy sidecar for /metrics and /federate",
"author_name": "Simon Pasquier",
"author_login": "simonpasquier",
"committed_at": "2024-02-05T10:58:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16309991ffb5c1b4017082d8fa4de49e3b3d94b5",
"body": "This commit replaces the oauth-proxy sidecar container by a\nkube-rbac-proxy container for the prometheus-k8s statefulset.\n\nSigned-off-by: Simon Pasquier <spasquie@redhat.com>",
"is_bot": false,
"headline": "MON-3380: replace OAuth proxy for prometheus-k8s",
"author_name": "Haoyu Sun",
"author_login": "raptorsun",
"committed_at": "2024-02-05T10:58:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a289f4a75e6357a27452764e85feaed8b8882a8",
"body": "Signed-off-by: Simon Pasquier <spasquie@redhat.com>",
"is_bot": false,
"headline": "chore: remove dead code",
"author_name": "Simon Pasquier",
"author_login": "simonpasquier",
"committed_at": "2024-02-05T10:58:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24bc77e5d6da2fcb04621c90dbacf1939b39aee6",
"body": "Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "[bot] Update jsonnet dependencies",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2024-02-05T01:06:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "479f8fd113aacdc5428e09ab27b1174d7250aeaa",
"body": "sync\n\nsync",
"is_bot": false,
"headline": "jsonnet: update crio port to TLS port 9637",
"author_name": "Ryan Phillips",
"author_login": "rphillips",
"committed_at": "2024-02-02T19:03:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e3c39aeac966a5acf16e8ff86752d5be61411ff",
"body": "MON-3699: chore: merge OmitFromDoc with HideFromDoc introduced in https://github.com/https://github.com/openshift/cluster-monitoring-operator/pull/2210 to hide fields from the doc",
"is_bot": true,
"headline": "Merge pull request #2247 from machine424/omitdoc",
"author_name": "openshift-merge-bot[bot]",
"author_login": "openshift-merge-bot[bot]",
"committed_at": "2024-02-02T11:01:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bbf0f0a3a8f9a5227077df683b908b69a9ac26b",
"body": "…nSeconds\n\nMON-3697: use `maximumStartupDurationSeconds` instead of container patch",
"is_bot": true,
"headline": "Merge pull request #2251 from simonpasquier/use-maximumStartupDuratio…",
"author_name": "openshift-merge-bot[bot]",
"author_login": "openshift-merge-bot[bot]",
"committed_at": "2024-02-01T14:23:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "615f8a9a1aa3aa4bc79f1bcfe39ec0013a0fbf03",
"body": "OCPBUGS-28246: fix: set externalURL in UWM Prometheus",
"is_bot": true,
"headline": "Merge pull request #2250 from jan--f/externalURL-uwm-prometheus",
"author_name": "openshift-merge-bot[bot]",
"author_login": "openshift-merge-bot[bot]",
"committed_at": "2024-01-31T18:29:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9171b42c858f78b2fc4405eab0006ba14fad3bf",
"body": "The latest version of the Prometheus CRD allows to customize the overall\nstartup probe duration. This commit makes use of it instead of patching\nthe Prometheus container definition at runtime.\n\nSigned-off-by: Simon Pasquier <spasquie@redhat.com>",
"is_bot": false,
"headline": "chore: use `maximumStartupDurationSeconds` instead of container patch",
"author_name": "Simon Pasquier",
"author_login": "simonpasquier",
"committed_at": "2024-01-31T08:58:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30bd30c01cff820752b2d9c53deaa794b223756f",
"body": "…b.com/openshift/cluster-monitoring-operator/pull/2210 to hide fields from the doc",
"is_bot": false,
"headline": "chore: merge OmitFromDoc with HideFromDoc introduced in https://githu…",
"author_name": "Ayoub Mrini",
"author_login": "machine424",
"committed_at": "2024-01-29T16:12:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d45a3335c2bbada0948adef9fcba55c4e14fa1d7",
"body": "…-generate\n\nMON-3689: Synchronize versions of the downstream components",
"is_bot": true,
"headline": "Merge pull request #2245 from rhobs/automated-updates-master-versions…",
"author_name": "openshift-merge-bot[bot]",
"author_login": "openshift-merge-bot[bot]",
"committed_at": "2024-01-29T08:22:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb94dcf50be673057484f2f458f7c7179bad5a14",
"body": "Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "[bot] Synchronize versions of the downstream components",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2024-01-27T00:35:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc7d1313821e9372b71a9e50a60e0b1da123de06",
"body": "OCPBUGS-27289: followup of https://github.com/openshift/cluster-monitoring-operator/pull/2242",
"is_bot": true,
"headline": "Merge pull request #2244 from machine424/roll",
"author_name": "openshift-merge-bot[bot]",
"author_login": "openshift-merge-bot[bot]",
"committed_at": "2024-01-26T16:43:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ecca5ec2070a4ffeac15c346e02e8730586d500c",
"body": "This sets the correct source URL in UWM alert notifications.\n\nSigned-off-by: Jan Fajerski <jfajersk@redhat.com>",
"is_bot": false,
"headline": "fix: set externalURL in UWM Prometheus",
"author_name": "Jan Fajerski",
"author_login": "jan--f",
"committed_at": "2024-01-26T13:54:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e922d0ba08c5df264e13a67a9b560af6846546e4",
"body": "STOR-1289: Move vSphere prometheus rules to cluster-storage-operator",
"is_bot": true,
"headline": "Merge pull request #2235 from jsafrane/move-vsphere-rules",
"author_name": "openshift-merge-bot[bot]",
"author_login": "openshift-merge-bot[bot]",
"committed_at": "2024-01-25T16:10:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "258d8c874ec33dba4ddea46085a398110fc24551",
"body": "…nfusion.\n\nchore: adjust code for metrics server certs rotation and add test\n\nfollowup of https://github.com/openshift/cluster-monitoring-operator/pull/2242",
"is_bot": false,
"headline": "chore: adjust monitoring plugin cert hash annotation name to avoid co…",
"author_name": "Ayoub Mrini",
"author_login": "machine424",
"committed_at": "2024-01-25T15:08:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ca7067a4d1fc86b31f7a4816c85da6abc0c8abf",
"body": "OCPBUGS-27289: rollout metrics-server on cert rotations",
"is_bot": true,
"headline": "Merge pull request #2242 from slashpai/metrics-server-cert-fix",
"author_name": "openshift-merge-bot[bot]",
"author_login": "openshift-merge-bot[bot]",
"committed_at": "2024-01-25T10:23:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85f9ea18a4a2fee9c466769ab262551138685f67",
"body": "This commit ensures that the metrics-server's pods are redeployed\nwhen the Kubelet Serving CA/Metrics Client Cert or Serving CA Cert\nare rotated.\n\nSigned-off-by: Jayapriya Pai <janantha@redhat.com>",
"is_bot": false,
"headline": "OCPBUGS-27289: rollout metrics-server on cert rotations",
"author_name": "Jayapriya Pai",
"author_login": "slashpai",
"committed_at": "2024-01-25T06:32:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60312aa5cb3d27d9c4134c55a1f4d0116bf8e71d",
"body": "OCPBUGS-27213: Adjust lastError injection to wait.PollUntilContextTimeout's final error",
"is_bot": true,
"headline": "Merge pull request #2234 from machine424/timeout-errors",
"author_name": "openshift-merge-bot[bot]",
"author_login": "openshift-merge-bot[bot]",
"committed_at": "2024-01-24T09:52:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19176f579197fc4e3226647a956f24843d9e0165",
"body": "Stop checking for the parent context to be done as wait.PollUntilContextTimeout\ncreates a child context with timeout (A child can't and shouldn't cancel the parent context).\n\nFactorize that lastError injection logic in an util.",
"is_bot": false,
"headline": "fix(pkg/client): Make sure the lastError appears in the final error.",
"author_name": "Ayoub Mrini",
"author_login": "machine424",
"committed_at": "2024-01-23T10:03:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbf8209c4d24331af2b68a38abf066468766ab8c",
"body": "The source metric (vsphere_csi_migration) was removed in 4.14.",
"is_bot": false,
"headline": "Remove vsphere_csi_migration from telemetry",
"author_name": "Jan Safranek",
"author_login": "jsafrane",
"committed_at": "2024-01-23T09:12:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a6f630e310fb5fefe4460dc476f14a386d10c76",
"body": "MON-3676: move raptorsun out of reviewer list",
"is_bot": true,
"headline": "Merge pull request #2240 from raptorsun/owner_update",
"author_name": "openshift-merge-bot[bot]",
"author_login": "openshift-merge-bot[bot]",
"committed_at": "2024-01-22T11:36:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b5768d03d7d1990ad9dfd493b585f3668aece38",
"body": "Signed-off-by: Haoyu Sun <hasun@redhat.com>",
"is_bot": false,
"headline": "move raptorsun out of reviewer list",
"author_name": "Haoyu Sun",
"author_login": "raptorsun",
"committed_at": "2024-01-22T08:48:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fce0c86a75e02568e8883de851cd8bc22c711e7",
"body": "…-generate\n\nMON-3673: [bot] Synchronize versions of the downstream components",
"is_bot": true,
"headline": "Merge pull request #2238 from rhobs/automated-updates-master-versions…",
"author_name": "openshift-merge-bot[bot]",
"author_login": "openshift-merge-bot[bot]",
"committed_at": "2024-01-19T11:26:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bdd9e1affb0326e7f769fefa5da21e9f03f04d61",
"body": "Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "[bot] Synchronize versions of the downstream components",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2024-01-19T00:38:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8836f719c2e86d773ff747b3c9e9da901d04424",
"body": "MON-2853: add runbook link to TargetDown alert",
"is_bot": true,
"headline": "Merge pull request #2237 from machine424/targetd-link",
"author_name": "openshift-merge-bot[bot]",
"author_login": "openshift-merge-bot[bot]",
"committed_at": "2024-01-17T17:11:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccfee9dad95e0ff6461d4df1fb4be822d1b6874f",
"body": "…-generate\n\nMON-3661: [bot] Synchronize versions of the downstream components",
"is_bot": true,
"headline": "Merge pull request #2236 from rhobs/automated-updates-master-versions…",
"author_name": "openshift-merge-bot[bot]",
"author_login": "openshift-merge-bot[bot]",
"committed_at": "2024-01-17T12:38:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "028bbcf19f0894d4219700afa039527695273a9d",
"body": null,
"is_bot": false,
"headline": "MON-2853: add runbook link to TargetDown alert",
"author_name": "Ayoub Mrini",
"author_login": "machine424",
"committed_at": "2024-01-17T11:40:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c988c3cae2614745b0905941a3221ae049b06c3b",
"body": "Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "[bot] Synchronize versions of the downstream components",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2024-01-17T00:39:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70998442501d8a2d0d35dbb493a623161b3c56a3",
"body": "OCPBUGS-26983: rollout monitoring plugin on TLS rotation",
"is_bot": true,
"headline": "Merge pull request #2233 from simonpasquier/OCPBUGS-26983",
"author_name": "openshift-merge-bot[bot]",
"author_login": "openshift-merge-bot[bot]",
"committed_at": "2024-01-16T16:31:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c085b67478a47bfded325ebd895753a6843b9553",
"body": "Move rules that are used to sanitize OCP metric for telemetry to\ncluster-storage-operator. These rules are used only for storage\nmetrics and should live with storage code.",
"is_bot": false,
"headline": "Move vSphere prometheus rules to cluster-storage-operator",
"author_name": "Jan Safranek",
"author_login": "jsafrane",
"committed_at": "2024-01-16T15:25:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82887a90964d602b1ed54aa01d723d8fe8acdb5e",
"body": "This commit ensures that the monitoring plugin's pods get redeployed\nwhen the TLS serving certificate is rotated.\n\nSigned-off-by: Simon Pasquier <spasquie@redhat.com>",
"is_bot": false,
"headline": "OCPBUGS-26983: rollout monitoring plugin on TLS rotation",
"author_name": "Simon Pasquier",
"author_login": "simonpasquier",
"committed_at": "2024-01-16T13:40:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a4c0fe615c339c49dadb59196976176746707b3",
"body": "MON-3661: chore: update Prometheus operator to v0.71.0",
"is_bot": true,
"headline": "Merge pull request #2230 from simonpasquier/update-prom-operator-0.71.0",
"author_name": "openshift-merge-bot[bot]",
"author_login": "openshift-merge-bot[bot]",
"committed_at": "2024-01-16T11:53:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1803adfa64f9ef424cd6e10790791adbed25eb4",
"body": "MON-3667: remove outdated documentation",
"is_bot": true,
"headline": "Merge pull request #2232 from simonpasquier/update-docs",
"author_name": "openshift-merge-bot[bot]",
"author_login": "openshift-merge-bot[bot]",
"committed_at": "2024-01-16T00:53:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb64fde4b2d3faf64429c222f1de972d298bda54",
"body": "OCPBUGS-25849: make PrometheusAdapter and MetricsServer tasks less conflict prone",
"is_bot": true,
"headline": "Merge pull request #2218 from machine424/terter",
"author_name": "openshift-merge-bot[bot]",
"author_login": "openshift-merge-bot[bot]",
"committed_at": "2024-01-15T20:03:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c12bf4aa7bb747f281e693f508d5cd45ed197bd0",
"body": "…necessary updates.",
"is_bot": false,
"headline": "chore(APIService): Specify spec.service.port to prevent triggering un…",
"author_name": "Ayoub Mrini",
"author_login": "machine424",
"committed_at": "2024-01-15T14:32:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e9e075d674f741b6f3d84b1a36e333b4510ba71",
"body": "…dateAPIService to avoid code duplication.\n\nThe function also avoids running update queries when nothing needs to change from CMO's side which reduces the probability\nof conflicts with other controllers and consumes resources for nothing.",
"is_bot": false,
"headline": "chore(APIService): Use the library-go's ApplyAPIService in CreateOrUp…",
"author_name": "Ayoub Mrini",
"author_login": "machine424",
"committed_at": "2024-01-15T14:31:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5218e5ed65c14f607b209c4d01539bd73a11e340",
"body": "Signed-off-by: Simon Pasquier <spasquie@redhat.com>",
"is_bot": false,
"headline": "chore: update Prometheus operator to v0.71.0",
"author_name": "Simon Pasquier",
"author_login": "simonpasquier",
"committed_at": "2024-01-15T10:01:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b449ad54f7dfc93348bd185a02637e8f102d0c1",
"body": "OCPBUGS-25378: drop InfoInhibitor from default Alertmanager config",
"is_bot": true,
"headline": "Merge pull request #2225 from simonpasquier/OCPBUGS-25378",
"author_name": "openshift-merge-bot[bot]",
"author_login": "openshift-merge-bot[bot]",
"committed_at": "2024-01-13T01:08:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cacb3ab40628d3dd61f40258b39192b58dfde04",
"body": "MON-3664: chore: avoid issues with std.set* functions",
"is_bot": true,
"headline": "Merge pull request #2231 from simonpasquier/jsonnet-cleanup",
"author_name": "openshift-merge-bot[bot]",
"author_login": "openshift-merge-bot[bot]",
"committed_at": "2024-01-12T21:34:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ffd0181f0dd8a48af262ece2bc471a397954ecf",
"body": "MON-3654: use Go standard errors package instead of github.com/pkg/errors",
"is_bot": true,
"headline": "Merge pull request #2224 from machine424/errors",
"author_name": "openshift-merge-bot[bot]",
"author_login": "openshift-merge-bot[bot]",
"committed_at": "2024-01-12T16:12:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "194b45fc2943df39f82435e5ae0b1069126e586f",
"body": null,
"is_bot": false,
"headline": "chore: remove outdated documentation",
"author_name": "Simon Pasquier",
"author_login": "simonpasquier",
"committed_at": "2024-01-12T14:56:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e142c41cfc5c4443daf934236cdc99d735d9e8b",
"body": "Functions like std.setMember() expect the input array to be sorted\nwithout duplicates.\n\nSigned-off-by: Simon Pasquier <spasquie@redhat.com>",
"is_bot": false,
"headline": "chore: avoid issues with std.set* functions",
"author_name": "Simon Pasquier",
"author_login": "simonpasquier",
"committed_at": "2024-01-12T14:15:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06fa2cf91712668637aeeaf65c6b66dfcb2ebae2",
"body": "errorlint: 'check for code that could be problematic with the error wrapping scheme'\ndepguard: to prevent the use of the deprecated 'github.com/pkg/errors'.",
"is_bot": false,
"headline": "chore: add errorlint and depguard linters and fix gci linter config.",
"author_name": "Ayoub Mrini",
"author_login": "machine424",
"committed_at": "2024-01-12T13:27:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "482dccc8e1c67dd0398be44c6b94b43b8ab7e9eb",
"body": "MON-1047: fix: add terminationMessagePolicy: FallbackToLogsOnError to all conta…",
"is_bot": true,
"headline": "Merge pull request #2228 from jan--f/ensure-terminationMessagePolicy",
"author_name": "openshift-merge-bot[bot]",
"author_login": "openshift-merge-bot[bot]",
"committed_at": "2024-01-12T13:19:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d94dbbd6c9364f6d2dadbbab83f5c50e13ec36c7",
"body": "…rors",
"is_bot": false,
"headline": "MON-3654: use Go standard errors package instead of github.com/pkg/er…",
"author_name": "Ayoub Mrini",
"author_login": "machine424",
"committed_at": "2024-01-12T12:42:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc319fedbeeeb7333693a1580819e1b6da8c6d53",
"body": "OCP doesn't include the InfoInhibitor alerting rule out of the box. To\navoid confusion, it is desired to remove the alert from the default\nAlertmanager configuration.\n\nNote that the change will only apply to newly created clusters because\nthe Cluster Monitoring Operator only handles the creation of the\nAlertmanager configuration secret and it never updates when the secret\nalready exists.\n\nSigned-off-by: Simon Pasquier <spasquie@redhat.com>",
"is_bot": false,
"headline": "OCPBUGS-25378: drop InfoInhibitor from default Alertmanager config",
"author_name": "Simon Pasquier",
"author_login": "simonpasquier",
"committed_at": "2024-01-12T08:35:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74f986108f75bc1335a6ef1becd9016d9e18178b",
"body": "Signed-off-by: Jan Fajerski <jfajersk@redhat.com>",
"is_bot": false,
"headline": "refactor: jsonnet: remove manual terminationMessagePolicy addition",
"author_name": "Jan Fajerski",
"author_login": "jan--f",
"committed_at": "2024-01-11T17:05:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df68679f72647eb623294dbe3e7c1bb5be6e5660",
"body": "MON-3552: remove temporary cleanup code and no longer needed tests",
"is_bot": true,
"headline": "Merge pull request #2210 from machine424/adaptt",
"author_name": "openshift-merge-bot[bot]",
"author_login": "openshift-merge-bot[bot]",
"committed_at": "2024-01-10T15:15:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "937046a650f32bdca4666cf6923feb956ed40d82",
"body": "…iners\n\nSigned-off-by: Jan Fajerski <jfajersk@redhat.com>",
"is_bot": false,
"headline": "fix: add terminationMessagePolicy: FallbackToLogsOnError to all conta…",
"author_name": "Jan Fajerski",
"author_login": "jan--f",
"committed_at": "2024-01-09T16:01:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f38cb51fb847525fba79c0a2a002b736f900aa7c",
"body": "Add a metric for deprecated config fields in use and an Alert to warn concerned users.",
"is_bot": false,
"headline": "MON-3552: remove temporary cleanup code and no longer needed tests.",
"author_name": "Ayoub Mrini",
"author_login": "machine424",
"committed_at": "2024-01-05T11:45:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b4252102a2aad5544be7f8b08419e73fd2621d9",
"body": "…-generate\n\nMON-3650: Synchronize versions of the downstream components",
"is_bot": true,
"headline": "Merge pull request #2222 from rhobs/automated-updates-master-versions…",
"author_name": "openshift-merge-bot[bot]",
"author_login": "openshift-merge-bot[bot]",
"committed_at": "2024-01-05T11:24:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "feee00f6e29ca88a78565d94914ecb58a3fe215c",
"body": "Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "[bot] Synchronize versions of the downstream components",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2024-01-05T00:37:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3dface7abc0bef69ba7307590ddf5148d95d8f41",
"body": "…-generate\n\nMON-3649: Synchronize versions of the downstream components",
"is_bot": true,
"headline": "Merge pull request #2221 from rhobs/automated-updates-master-versions…",
"author_name": "openshift-merge-bot[bot]",
"author_login": "openshift-merge-bot[bot]",
"committed_at": "2024-01-04T17:37:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b416865ad724aacb6af683ded26b3321cb5eec6",
"body": "Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "[bot] Synchronize versions of the downstream components",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2024-01-04T13:44:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9227895768b8090a0ab25f86343cfd5ae542f930",
"body": "MON-3644: Ease the tracking of monitoring components versions.",
"is_bot": true,
"headline": "Merge pull request #2220 from machine424/versions",
"author_name": "openshift-merge-bot[bot]",
"author_login": "openshift-merge-bot[bot]",
"committed_at": "2024-01-04T09:25:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64213e7443ca0e21d21c4f8d001d87675b91f7f6",
"body": "…ate_versions.go and provide components versions for multiple OCP versions",
"is_bot": false,
"headline": "chore(versions): move hack/generate-versions.sh into hack/tools/gener…",
"author_name": "Ayoub Mrini",
"author_login": "machine424",
"committed_at": "2024-01-03T15:11:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4370f9177f10a877160689474911f4899f53b0f",
"body": "OCPBUGS-25803: make CMO ConsolePluginComponents task resilient to dependencies",
"is_bot": true,
"headline": "Merge pull request #2193 from machine424/retret",
"author_name": "openshift-merge-bot[bot]",
"author_login": "openshift-merge-bot[bot]",
"committed_at": "2024-01-02T17:37:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86e6399ebd85e40827755ae666f415245e73a36b",
"body": "OCPBUGS-25676: fix(tasks): adjust 'trusted CA bundle ConfigMap' related logs for alertmanagers.",
"is_bot": true,
"headline": "Merge pull request #2219 from machine424/madwich",
"author_name": "openshift-merge-bot[bot]",
"author_login": "openshift-merge-bot[bot]",
"committed_at": "2024-01-02T12:15:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16b51ead941e64e0eb68b65c1cba0e82364fc769",
"body": "…rtmanagers",
"is_bot": false,
"headline": "fix(tasks): adjust 'trusted CA bundle ConfigMap' related logs for ale…",
"author_name": "Ayoub Mrini",
"author_login": "machine424",
"committed_at": "2023-12-26T10:46:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7337c7c384cff988c6bbb5671f61ea8141ebe2b",
"body": "…onsole-operator transient unavailability",
"is_bot": false,
"headline": "chore(consolePlugin): make CreateOrUpdateConsolePlugin resilient to c…",
"author_name": "Ayoub Mrini",
"author_login": "machine424",
"committed_at": "2023-12-22T09:41:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e394dd9de305cb6927a23c31b3f9651aa806fb8",
"body": "…-generate\n\nMON-3633: Synchronize versions of the downstream components",
"is_bot": true,
"headline": "Merge pull request #2214 from rhobs/automated-updates-master-versions…",
"author_name": "openshift-merge-bot[bot]",
"author_login": "openshift-merge-bot[bot]",
"committed_at": "2023-12-21T17:48:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b638c76041c9140d8d170ad1a29e12c85b7b198",
"body": "OCPBUGS-24977: Updating cluster-monitoring-operator-container image to be consistent with ART",
"is_bot": true,
"headline": "Merge pull request #2211 from jan--f/nurse-cmo-2207",
"author_name": "openshift-merge-bot[bot]",
"author_login": "openshift-merge-bot[bot]",
"committed_at": "2023-12-21T13:29:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c3fb7c9b3f26ae80801c537f3ec091be9835cc9",
"body": "Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "[bot] Synchronize versions of the downstream components",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2023-12-21T11:14:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "678c8afa9e588236979d072ca5d94b02e98bce59",
"body": "Signed-off-by: Jan Fajerski <jfajersk@redhat.com>",
"is_bot": false,
"headline": "go.mod: update to go1.21 and drop p-o replace",
"author_name": "Jan Fajerski",
"author_login": "jan--f",
"committed_at": "2023-12-20T14:17:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e938675d2c44568950d3fd793cc69183b90a8c20",
"body": "… with ART\n\nReconciling with https://github.com/openshift/ocp-build-data/tree/4022cd290f00a44d667dda03f2d78d84a488c7ed/images/cluster-monitoring-operator.yml",
"is_bot": false,
"headline": "Updating cluster-monitoring-operator-container image to be consistent…",
"author_name": "AOS Automation Release Team",
"author_login": null,
"committed_at": "2023-12-20T14:12:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1dd80b8fa8973b3b6b47d7620f63fc21786b2a9c",
"body": "OCPBUGS-25403: go.mod update k8s.io/api* to v0.29.0",
"is_bot": true,
"headline": "Merge pull request #2205 from jan--f/bump-apiserver-0.29.0",
"author_name": "openshift-merge-bot[bot]",
"author_login": "openshift-merge-bot[bot]",
"committed_at": "2023-12-20T12:09:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6453eaeb177b88709d483acf268622f06ceab305",
"body": "Signed-off-by: Jan Fajerski <jfajersk@redhat.com>",
"is_bot": false,
"headline": "go.mod update k8s.io/api* to v0.29.0",
"author_name": "Jan Fajerski",
"author_login": "jan--f",
"committed_at": "2023-12-20T09:15:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b80fa8a2a41605f310e7cfad9d059268f8a3149a",
"body": "MON-3589: Refactor assertExemplarsEnabled check for UWM Prometheus xand add a check for --scrape.timestamp-tolerance on Platform Prometheus",
"is_bot": true,
"headline": "Merge pull request #2194 from machine424/test-io",
"author_name": "openshift-merge-bot[bot]",
"author_login": "openshift-merge-bot[bot]",
"committed_at": "2023-12-20T07:06:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e876ff8f315847f3699af1ed9e8cbce3e34d6c3",
"body": "OCPBUGS-24977: use 1.20 in go.mod",
"is_bot": true,
"headline": "Merge pull request #2199 from jan--f/go.mod-1.20",
"author_name": "openshift-merge-bot[bot]",
"author_login": "openshift-merge-bot[bot]",
"committed_at": "2023-12-14T15:12:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb93a465552ff57b3c2cf87034d5fa79f8a10794",
"body": "Signed-off-by: Jan Fajerski <jfajersk@redhat.com>",
"is_bot": false,
"headline": "Makefile: doc generate should tolerate `replace` go.mod",
"author_name": "Jan Fajerski",
"author_login": "jan--f",
"committed_at": "2023-12-13T11:17:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68cf96f5549f09cbf0be7457a8a921df29e32f8b",
"body": "… with ART\n\nReconciling with https://github.com/openshift/ocp-build-data/tree/d6144b91a62b62420bc595018cd9e59c32961a32/images/cluster-monitoring-operator.yml\n\n(cherry picked from commit 9bf8b12a3bfc17b544991f1b6d4f1901b10ceff6)",
"is_bot": false,
"headline": "Updating cluster-monitoring-operator-container image to be consistent…",
"author_name": "AOS Automation Release Team",
"author_login": null,
"committed_at": "2023-12-13T11:17:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3675d133b9a580432a859a5a5f56ca106e9a6f73",
"body": "…fork\n\nSince p-o v0.70.0 uses 1.21 and relies on 1.21 features we have some\ndownstream commits to make it 1.20 compatible.\nWe should revert this once we have 1.21 builder images.\n\nSigned-off-by: Jan Fajerski <jfajersk@redhat.com>",
"is_bot": false,
"headline": "go.mod: use go1.20 and import prometheus-operator from the openshift …",
"author_name": "Jan Fajerski",
"author_login": "jan--f",
"committed_at": "2023-12-13T11:17:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b31a3b4432afedd4d8ad0a1656b0a59b1da1d680",
"body": "MON-3592: Use strict yaml unmarshaling",
"is_bot": true,
"headline": "Merge pull request #2195 from jan--f/strict-yaml-unmarshaling",
"author_name": "openshift-merge-bot[bot]",
"author_login": "openshift-merge-bot[bot]",
"committed_at": "2023-12-13T10:54:31Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 6,
"commits_last_year": 0,
"latest_release_at": "2018-09-24T19:19:20Z",
"latest_release_tag": "v0.1.1",
"releases_from_tags": true,
"days_since_last_push": 775,
"active_weeks_last_year": 0,
"days_since_latest_release": 2860,
"mean_days_between_releases": 32.2
},
"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": "github.com/openshift/cluster-monitoring-operator",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": false,
"registry_url": "https://pkg.go.dev/github.com/openshift/cluster-monitoring-operator",
"is_deprecated": false,
"latest_version": "v3.11.0+incompatible",
"repository_url": "https://github.com/openshift/cluster-monitoring-operator",
"versions_count": 6,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2018-09-10T18:51:04Z",
"latest_version_yanked": null,
"days_since_latest_publish": 2874
}
]
},
"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",
"samples"
],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile",
"examples/example-app/Makefile",
"vendor/github.com/emicklei/go-restful/v3/Makefile",
"vendor/github.com/felixge/httpsnoop/Makefile",
"vendor/github.com/gogo/protobuf/gogoproto/Makefile",
"vendor/github.com/gogo/protobuf/proto/Makefile",
"vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/Makefile",
"vendor/github.com/grpc-ecosystem/go-grpc-prometheus/makefile",
"vendor/github.com/jmespath/go-jmespath/Makefile",
"vendor/github.com/matttproud/golang_protobuf_extensions/v2/pbutil/Makefile",
"vendor/github.com/munnerz/goautoneg/Makefile",
"vendor/github.com/openshift/api/Makefile",
"vendor/github.com/openshift/api/apiserver/v1/Makefile",
"vendor/github.com/openshift/api/authorization/v1/Makefile",
"vendor/github.com/openshift/api/cloudnetwork/v1/Makefile",
"vendor/github.com/openshift/api/config/v1/Makefile",
"vendor/github.com/openshift/api/config/v1alpha1/Makefile",
"vendor/github.com/openshift/api/console/v1/Makefile",
"vendor/github.com/openshift/api/console/v1alpha1/Makefile",
"vendor/github.com/openshift/api/helm/v1beta1/Makefile",
"vendor/github.com/openshift/api/imageregistry/v1/Makefile",
"vendor/github.com/openshift/api/machine/v1/Makefile",
"vendor/github.com/openshift/api/machine/v1beta1/Makefile",
"vendor/github.com/openshift/api/monitoring/v1/Makefile",
"vendor/github.com/openshift/api/monitoring/v1alpha1/Makefile",
"vendor/github.com/openshift/api/network/v1/Makefile",
"vendor/github.com/openshift/api/network/v1alpha1/Makefile",
"vendor/github.com/openshift/api/networkoperator/v1/Makefile",
"vendor/github.com/openshift/api/operator/v1/Makefile",
"vendor/github.com/openshift/api/operator/v1alpha1/Makefile",
"vendor/github.com/openshift/api/operatorcontrolplane/v1alpha1/Makefile",
"vendor/github.com/openshift/api/quota/v1/Makefile",
"vendor/github.com/openshift/api/route/v1/Makefile",
"vendor/github.com/openshift/api/samples/v1/Makefile",
"vendor/github.com/openshift/api/security/v1/Makefile",
"vendor/github.com/openshift/api/sharedresource/v1alpha1/Makefile",
"vendor/github.com/pkg/errors/Makefile",
"vendor/github.com/prometheus/common/sigv4/Makefile",
"vendor/github.com/prometheus/procfs/Makefile",
"vendor/github.com/spf13/cobra/Makefile",
"vendor/go.opentelemetry.io/otel/Makefile",
"vendor/go.uber.org/atomic/Makefile",
"vendor/go.uber.org/multierr/Makefile",
"vendor/go.uber.org/zap/Makefile",
"vendor/google.golang.org/grpc/Makefile",
"vendor/sigs.k8s.io/json/Makefile"
],
"api_schema_files": [
"vendor/github.com/gogo/protobuf/gogoproto/gogo.proto",
"vendor/github.com/google/gnostic-models/extensions/extension.proto",
"vendor/github.com/google/gnostic-models/openapiv2/OpenAPIv2.proto",
"vendor/github.com/google/gnostic-models/openapiv3/OpenAPIv3.proto",
"vendor/github.com/openshift/api/apps/v1/generated.proto",
"vendor/github.com/openshift/api/authorization/v1/generated.proto",
"vendor/github.com/openshift/api/build/v1/generated.proto",
"vendor/github.com/openshift/api/cloudnetwork/v1/generated.proto",
"vendor/github.com/openshift/api/image/v1/generated.proto",
"vendor/github.com/openshift/api/network/v1/generated.proto",
"vendor/github.com/openshift/api/networkoperator/v1/generated.proto",
"vendor/github.com/openshift/api/oauth/v1/generated.proto",
"vendor/github.com/openshift/api/project/v1/generated.proto",
"vendor/github.com/openshift/api/quota/v1/generated.proto",
"vendor/github.com/openshift/api/route/v1/generated.proto",
"vendor/github.com/openshift/api/samples/v1/generated.proto",
"vendor/github.com/openshift/api/security/v1/generated.proto",
"vendor/github.com/openshift/api/template/v1/generated.proto",
"vendor/github.com/openshift/api/user/v1/generated.proto",
"vendor/github.com/prometheus/prometheus/prompb/io/prometheus/client/metrics.proto",
"vendor/go.etcd.io/etcd/api/v3/authpb/auth.proto",
"vendor/go.etcd.io/etcd/api/v3/etcdserverpb/etcdserver.proto",
"vendor/go.etcd.io/etcd/api/v3/etcdserverpb/raft_internal.proto",
"vendor/go.etcd.io/etcd/api/v3/etcdserverpb/rpc.proto",
"vendor/go.etcd.io/etcd/api/v3/membershippb/membership.proto",
"vendor/go.etcd.io/etcd/api/v3/mvccpb/kv.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/remote_api/remote_api.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/v1alpha1/generated.proto",
"vendor/k8s.io/api/admissionregistration/v1beta1/generated.proto",
"vendor/k8s.io/api/apidiscovery/v2beta1/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/v1alpha1/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/v1alpha1/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/v1/generated.proto",
"vendor/k8s.io/api/flowcontrol/v1beta1/generated.proto",
"vendor/k8s.io/api/flowcontrol/v1beta2/generated.proto",
"vendor/k8s.io/api/flowcontrol/v1beta3/generated.proto",
"vendor/k8s.io/api/imagepolicy/v1alpha1/generated.proto",
"vendor/k8s.io/api/networking/v1/generated.proto",
"vendor/k8s.io/api/networking/v1alpha1/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/resource/v1alpha2/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/k8s.io/apiserver/pkg/apis/audit/v1/generated.proto",
"vendor/k8s.io/apiserver/pkg/storage/value/encrypt/envelope/kmsv2/v2/api.proto",
"vendor/k8s.io/kms/apis/v1beta1/api.proto",
"vendor/k8s.io/kms/apis/v2/api.proto",
"vendor/k8s.io/kube-aggregator/pkg/apis/apiregistration/v1/generated.proto",
"vendor/k8s.io/kube-aggregator/pkg/apis/apiregistration/v1beta1/generated.proto",
"vendor/k8s.io/metrics/pkg/apis/metrics/v1alpha1/generated.proto",
"vendor/k8s.io/metrics/pkg/apis/metrics/v1beta1/generated.proto",
"vendor/sigs.k8s.io/apiserver-network-proxy/konnectivity-client/proto/client/client.proto"
],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod",
"hack/go/go.mod",
"hack/tools/go.mod"
],
"largest_source_bytes": 144974,
"source_files_sampled": 96,
"oversized_source_files": 4,
"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": "github.com/Jeffail/gabs",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.4.0"
},
{
"name": "github.com/Jeffail/gabs/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.6.1"
},
{
"name": "github.com/alecthomas/units",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20211218093645-b94a6e3cc137"
},
{
"name": "github.com/blang/semver/v4",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v4.0.0"
},
{
"name": "github.com/ghodss/yaml",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.0"
},
{
"name": "github.com/go-kit/log",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.2.1"
},
{
"name": "github.com/imdario/mergo",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.3.16"
},
{
"name": "github.com/openshift/api",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20231218131639-7a5aa77cc72d"
},
{
"name": "github.com/openshift/client-go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20231218140158-47f6d749b9d9"
},
{
"name": "github.com/openshift/library-go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20240216151214-738f3fa4ccf8"
},
{
"name": "github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.71.0"
},
{
"name": "github.com/prometheus-operator/prometheus-operator/pkg/client",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.71.0"
},
{
"name": "github.com/prometheus/client_golang",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.18.0"
},
{
"name": "github.com/prometheus/common",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.45.0"
},
{
"name": "github.com/prometheus/prometheus",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.48.1"
},
{
"name": "github.com/stretchr/testify",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.8.4"
},
{
"name": "golang.org/x/exp",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20231127185646-65229373498e"
},
{
"name": "golang.org/x/sync",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.6.0"
},
{
"name": "golang.org/x/text",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.14.0"
},
{
"name": "gopkg.in/yaml.v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.4.0"
},
{
"name": "gopkg.in/yaml.v3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.0.1"
},
{
"name": "k8s.io/api",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.29.0"
},
{
"name": "k8s.io/apiextensions-apiserver",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.29.0"
},
{
"name": "k8s.io/apimachinery",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.29.0"
},
{
"name": "k8s.io/apiserver",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.29.0"
},
{
"name": "k8s.io/client-go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.29.0"
},
{
"name": "k8s.io/component-base",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.29.0"
},
{
"name": "k8s.io/klog/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.110.1"
},
{
"name": "k8s.io/kube-aggregator",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.29.0"
},
{
"name": "k8s.io/metrics",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.26.1"
},
{
"name": "k8s.io/utils",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20231127182322-b307cd553661"
},
{
"name": "sigs.k8s.io/yaml",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.4.0"
},
{
"name": "github.com/blang/semver/v4",
"manifest": "hack/go/go.mod",
"ecosystem": "go",
"version_constraint": "v4.0.0"
},
{
"name": "github.com/hashicorp/go-retryablehttp",
"manifest": "hack/go/go.mod",
"ecosystem": "go",
"version_constraint": "v0.7.5"
},
{
"name": "github.com/olekukonko/tablewriter",
"manifest": "hack/go/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.5"
},
{
"name": "gopkg.in/yaml.v3",
"manifest": "hack/go/go.mod",
"ecosystem": "go",
"version_constraint": "v3.0.1"
},
{
"name": "github.com/brancz/gojsontoyaml",
"manifest": "hack/tools/go.mod",
"ecosystem": "go",
"version_constraint": "v0.1.0"
},
{
"name": "github.com/campoy/embedmd",
"manifest": "hack/tools/go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.0"
},
{
"name": "github.com/client9/misspell",
"manifest": "hack/tools/go.mod",
"ecosystem": "go",
"version_constraint": "v0.3.4"
},
{
"name": "github.com/google/go-jsonnet",
"manifest": "hack/tools/go.mod",
"ecosystem": "go",
"version_constraint": "v0.20.0"
},
{
"name": "github.com/jsonnet-bundler/jsonnet-bundler",
"manifest": "hack/tools/go.mod",
"ecosystem": "go",
"version_constraint": "v0.5.1"
},
{
"name": "github.com/prometheus/prometheus",
"manifest": "hack/tools/go.mod",
"ecosystem": "go",
"version_constraint": "v0.44.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": 4,
"bot_contributors": 3,
"top_contributors": [
{
"type": "User",
"login": "openshift-merge-robot",
"commits": 1272,
"avatar_url": "https://avatars.githubusercontent.com/u/30189218?v=4"
},
{
"type": "User",
"login": "simonpasquier",
"commits": 302,
"avatar_url": "https://avatars.githubusercontent.com/u/2587585?v=4"
},
{
"type": "User",
"login": "paulfantom",
"commits": 218,
"avatar_url": "https://avatars.githubusercontent.com/u/3531758?v=4"
},
{
"type": "User",
"login": "lilic",
"commits": 217,
"avatar_url": "https://avatars.githubusercontent.com/u/6232346?v=4"
},
{
"type": "User",
"login": "s-urbaniak",
"commits": 199,
"avatar_url": "https://avatars.githubusercontent.com/u/375856?v=4"
},
{
"type": "User",
"login": "brancz",
"commits": 155,
"avatar_url": "https://avatars.githubusercontent.com/u/4546722?v=4"
},
{
"type": "User",
"login": "slashpai",
"commits": 135,
"avatar_url": "https://avatars.githubusercontent.com/u/5638849?v=4"
},
{
"type": "User",
"login": "jan--f",
"commits": 119,
"avatar_url": "https://avatars.githubusercontent.com/u/458501?v=4"
},
{
"type": "User",
"login": "dgrisonnet",
"commits": 108,
"avatar_url": "https://avatars.githubusercontent.com/u/22327577?v=4"
},
{
"type": "User",
"login": "raptorsun",
"commits": 91,
"avatar_url": "https://avatars.githubusercontent.com/u/6040960?v=4"
}
],
"contributors_sampled": 97,
"top_contributor_share": 0.349
},
"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 46 contributing companies or organizations",
"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": 1,
"reason": "dependency not pinned by hash detected -- score normalized to 1",
"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": "69 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "b60f0b68d49701c55408f0ca96bd4bff06260886",
"ran_at": "2026-07-24T21:51:43Z",
"aggregate_score": 1.8,
"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/raptorsun/cluster-monitoring-operator",
"host": "github.com",
"name": "cluster-monitoring-operator",
"owner": "raptorsun"
},
"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": 26,
"inputs": {
"security": 18,
"vitality": 20,
"community": 12,
"governance": 48,
"engineering": 45,
"abandonment_cap": null,
"abandonment_state": "at_risk",
"abandonment_multiplier": 85,
"weighted_overall_before_abandonment": 30,
"overall_after_abandonment_multiplier": 26
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 20,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 0.48,
"days_since_last_push": 775,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 775 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 775
}
}
],
"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": 6,
"latest_release_tag": "v0.1.1",
"releases_from_tags": true,
"days_since_latest_release": 2860,
"mean_days_between_releases": 32.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "6 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 6
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 2860 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 2860
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~32.2 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 32.2
}
}
],
"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": 869,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 869 days; 2 unmet obligation(s): releases stalled, Scorecard reports it unmaintained",
"points": 85,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 869,
"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": "at_risk",
"name": "Sustainability & Governance",
"value": 48,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "good",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 81,
"inputs": {
"bus_factor": 4,
"contributors_sampled": 97,
"top_contributor_share": 0.349
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "4 contributor(s) cover half of all commits",
"points": 43.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 4
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 35% of commits",
"points": 14.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 35
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "97 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 97
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 46 contributing companies or organizations",
"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": 56,
"inputs": {
"followers": 19,
"owner_type": "User",
"is_verified": null,
"owner_login": "raptorsun",
"public_repos": 64,
"account_age_days": 4623
},
"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": "19 followers of raptorsun",
"points": 9.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 19,
"login": "raptorsun"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "64 public repos, account ~12 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 64
}
},
{
"code": "account_age_years",
"params": {
"years": 12
}
}
],
"max_points": 25
}
]
}
],
"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": 18,
"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": 18,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 1.8
},
"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 46 contributing companies or organizations",
"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 1",
"points": 0.5,
"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": "69 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": 13
},
"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": 68,
"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.771,
"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": "37 of 48 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 37,
"sampled": 48
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 73,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [
"Makefile",
"examples/example-app/Makefile",
"vendor/github.com/emicklei/go-restful/v3/Makefile",
"vendor/github.com/felixge/httpsnoop/Makefile",
"vendor/github.com/gogo/protobuf/gogoproto/Makefile",
"vendor/github.com/gogo/protobuf/proto/Makefile",
"vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/Makefile",
"vendor/github.com/grpc-ecosystem/go-grpc-prometheus/makefile",
"vendor/github.com/jmespath/go-jmespath/Makefile",
"vendor/github.com/matttproud/golang_protobuf_extensions/v2/pbutil/Makefile",
"vendor/github.com/munnerz/goautoneg/Makefile",
"vendor/github.com/openshift/api/Makefile",
"vendor/github.com/openshift/api/apiserver/v1/Makefile",
"vendor/github.com/openshift/api/authorization/v1/Makefile",
"vendor/github.com/openshift/api/cloudnetwork/v1/Makefile",
"vendor/github.com/openshift/api/config/v1/Makefile",
"vendor/github.com/openshift/api/config/v1alpha1/Makefile",
"vendor/github.com/openshift/api/console/v1/Makefile",
"vendor/github.com/openshift/api/console/v1alpha1/Makefile",
"vendor/github.com/openshift/api/helm/v1beta1/Makefile",
"vendor/github.com/openshift/api/imageregistry/v1/Makefile",
"vendor/github.com/openshift/api/machine/v1/Makefile",
"vendor/github.com/openshift/api/machine/v1beta1/Makefile",
"vendor/github.com/openshift/api/monitoring/v1/Makefile",
"vendor/github.com/openshift/api/monitoring/v1alpha1/Makefile",
"vendor/github.com/openshift/api/network/v1/Makefile",
"vendor/github.com/openshift/api/network/v1alpha1/Makefile",
"vendor/github.com/openshift/api/networkoperator/v1/Makefile",
"vendor/github.com/openshift/api/operator/v1/Makefile",
"vendor/github.com/openshift/api/operator/v1alpha1/Makefile",
"vendor/github.com/openshift/api/operatorcontrolplane/v1alpha1/Makefile",
"vendor/github.com/openshift/api/quota/v1/Makefile",
"vendor/github.com/openshift/api/route/v1/Makefile",
"vendor/github.com/openshift/api/samples/v1/Makefile",
"vendor/github.com/openshift/api/security/v1/Makefile",
"vendor/github.com/openshift/api/sharedresource/v1alpha1/Makefile",
"vendor/github.com/pkg/errors/Makefile",
"vendor/github.com/prometheus/common/sigv4/Makefile",
"vendor/github.com/prometheus/procfs/Makefile",
"vendor/github.com/spf13/cobra/Makefile",
"vendor/go.opentelemetry.io/otel/Makefile",
"vendor/go.uber.org/atomic/Makefile",
"vendor/go.uber.org/multierr/Makefile",
"vendor/go.uber.org/zap/Makefile",
"vendor/google.golang.org/grpc/Makefile",
"vendor/sigs.k8s.io/json/Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod",
"hack/go/go.mod",
"hack/tools/go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile, examples/example-app/Makefile, vendor/github.com/emicklei/go-restful/v3/Makefile, vendor/github.com/felixge/httpsnoop/Makefile, vendor/github.com/gogo/protobuf/gogoproto/Makefile, vendor/github.com/gogo/protobuf/proto/Makefile, vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/Makefile, vendor/github.com/grpc-ecosystem/go-grpc-prometheus/makefile, vendor/github.com/jmespath/go-jmespath/Makefile, vendor/github.com/matttproud/golang_protobuf_extensions/v2/pbutil/Makefile, vendor/github.com/munnerz/goautoneg/Makefile, vendor/github.com/openshift/api/Makefile, vendor/github.com/openshift/api/apiserver/v1/Makefile, vendor/github.com/openshift/api/authorization/v1/Makefile, vendor/github.com/openshift/api/cloudnetwork/v1/Makefile, vendor/github.com/openshift/api/config/v1/Makefile, vendor/github.com/openshift/api/config/v1alpha1/Makefile, vendor/github.com/openshift/api/console/v1/Makefile, vendor/github.com/openshift/api/console/v1alpha1/Makefile, vendor/github.com/openshift/api/helm/v1beta1/Makefile, vendor/github.com/openshift/api/imageregistry/v1/Makefile, vendor/github.com/openshift/api/machine/v1/Makefile, vendor/github.com/openshift/api/machine/v1beta1/Makefile, vendor/github.com/openshift/api/monitoring/v1/Makefile, vendor/github.com/openshift/api/monitoring/v1alpha1/Makefile, vendor/github.com/openshift/api/network/v1/Makefile, vendor/github.com/openshift/api/network/v1alpha1/Makefile, vendor/github.com/openshift/api/networkoperator/v1/Makefile, vendor/github.com/openshift/api/operator/v1/Makefile, vendor/github.com/openshift/api/operator/v1alpha1/Makefile, vendor/github.com/openshift/api/operatorcontrolplane/v1alpha1/Makefile, vendor/github.com/openshift/api/quota/v1/Makefile, vendor/github.com/openshift/api/route/v1/Makefile, vendor/github.com/openshift/api/samples/v1/Makefile, vendor/github.com/openshift/api/security/v1/Makefile, vendor/github.com/openshift/api/sharedresource/v1alpha1/Makefile, vendor/github.com/pkg/errors/Makefile, vendor/github.com/prometheus/common/sigv4/Makefile, vendor/github.com/prometheus/procfs/Makefile, vendor/github.com/spf13/cobra/Makefile, vendor/go.opentelemetry.io/otel/Makefile, vendor/go.uber.org/atomic/Makefile, vendor/go.uber.org/multierr/Makefile, vendor/go.uber.org/zap/Makefile, vendor/google.golang.org/grpc/Makefile, vendor/sigs.k8s.io/json/Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile, examples/example-app/Makefile, vendor/github.com/emicklei/go-restful/v3/Makefile, vendor/github.com/felixge/httpsnoop/Makefile, vendor/github.com/gogo/protobuf/gogoproto/Makefile, vendor/github.com/gogo/protobuf/proto/Makefile, vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/Makefile, vendor/github.com/grpc-ecosystem/go-grpc-prometheus/makefile, vendor/github.com/jmespath/go-jmespath/Makefile, vendor/github.com/matttproud/golang_protobuf_extensions/v2/pbutil/Makefile, vendor/github.com/munnerz/goautoneg/Makefile, vendor/github.com/openshift/api/Makefile, vendor/github.com/openshift/api/apiserver/v1/Makefile, vendor/github.com/openshift/api/authorization/v1/Makefile, vendor/github.com/openshift/api/cloudnetwork/v1/Makefile, vendor/github.com/openshift/api/config/v1/Makefile, vendor/github.com/openshift/api/config/v1alpha1/Makefile, vendor/github.com/openshift/api/console/v1/Makefile, vendor/github.com/openshift/api/console/v1alpha1/Makefile, vendor/github.com/openshift/api/helm/v1beta1/Makefile, vendor/github.com/openshift/api/imageregistry/v1/Makefile, vendor/github.com/openshift/api/machine/v1/Makefile, vendor/github.com/openshift/api/machine/v1beta1/Makefile, vendor/github.com/openshift/api/monitoring/v1/Makefile, vendor/github.com/openshift/api/monitoring/v1alpha1/Makefile, vendor/github.com/openshift/api/network/v1/Makefile, vendor/github.com/openshift/api/network/v1alpha1/Makefile, vendor/github.com/openshift/api/networkoperator/v1/Makefile, vendor/github.com/openshift/api/operator/v1/Makefile, vendor/github.com/openshift/api/operator/v1alpha1/Makefile, vendor/github.com/openshift/api/operatorcontrolplane/v1alpha1/Makefile, vendor/github.com/openshift/api/quota/v1/Makefile, vendor/github.com/openshift/api/route/v1/Makefile, vendor/github.com/openshift/api/samples/v1/Makefile, vendor/github.com/openshift/api/security/v1/Makefile, vendor/github.com/openshift/api/sharedresource/v1alpha1/Makefile, vendor/github.com/pkg/errors/Makefile, vendor/github.com/prometheus/common/sigv4/Makefile, vendor/github.com/prometheus/procfs/Makefile, vendor/github.com/spf13/cobra/Makefile, vendor/go.opentelemetry.io/otel/Makefile, vendor/go.uber.org/atomic/Makefile, vendor/go.uber.org/multierr/Makefile, vendor/go.uber.org/zap/Makefile, vendor/google.golang.org/grpc/Makefile, vendor/sigs.k8s.io/json/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 1",
"points": 1,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 98,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 144974,
"source_files_sampled": 96,
"oversized_source_files": 4
},
"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": "4/96 source files over 60KB",
"points": 52.7,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 96,
"oversized": 4
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "good",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"example_dirs": [
"examples",
"samples"
],
"has_mcp_signal": false,
"api_schema_files": [
"vendor/github.com/gogo/protobuf/gogoproto/gogo.proto",
"vendor/github.com/google/gnostic-models/extensions/extension.proto",
"vendor/github.com/google/gnostic-models/openapiv2/OpenAPIv2.proto",
"vendor/github.com/google/gnostic-models/openapiv3/OpenAPIv3.proto",
"vendor/github.com/openshift/api/apps/v1/generated.proto",
"vendor/github.com/openshift/api/authorization/v1/generated.proto",
"vendor/github.com/openshift/api/build/v1/generated.proto",
"vendor/github.com/openshift/api/cloudnetwork/v1/generated.proto",
"vendor/github.com/openshift/api/image/v1/generated.proto",
"vendor/github.com/openshift/api/network/v1/generated.proto",
"vendor/github.com/openshift/api/networkoperator/v1/generated.proto",
"vendor/github.com/openshift/api/oauth/v1/generated.proto",
"vendor/github.com/openshift/api/project/v1/generated.proto",
"vendor/github.com/openshift/api/quota/v1/generated.proto",
"vendor/github.com/openshift/api/route/v1/generated.proto",
"vendor/github.com/openshift/api/samples/v1/generated.proto",
"vendor/github.com/openshift/api/security/v1/generated.proto",
"vendor/github.com/openshift/api/template/v1/generated.proto",
"vendor/github.com/openshift/api/user/v1/generated.proto",
"vendor/github.com/prometheus/prometheus/prompb/io/prometheus/client/metrics.proto",
"vendor/go.etcd.io/etcd/api/v3/authpb/auth.proto",
"vendor/go.etcd.io/etcd/api/v3/etcdserverpb/etcdserver.proto",
"vendor/go.etcd.io/etcd/api/v3/etcdserverpb/raft_internal.proto",
"vendor/go.etcd.io/etcd/api/v3/etcdserverpb/rpc.proto",
"vendor/go.etcd.io/etcd/api/v3/membershippb/membership.proto",
"vendor/go.etcd.io/etcd/api/v3/mvccpb/kv.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/remote_api/remote_api.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/v1alpha1/generated.proto",
"vendor/k8s.io/api/admissionregistration/v1beta1/generated.proto",
"vendor/k8s.io/api/apidiscovery/v2beta1/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/v1alpha1/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/v1alpha1/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/v1/generated.proto",
"vendor/k8s.io/api/flowcontrol/v1beta1/generated.proto",
"vendor/k8s.io/api/flowcontrol/v1beta2/generated.proto",
"vendor/k8s.io/api/flowcontrol/v1beta3/generated.proto",
"vendor/k8s.io/api/imagepolicy/v1alpha1/generated.proto",
"vendor/k8s.io/api/networking/v1/generated.proto",
"vendor/k8s.io/api/networking/v1alpha1/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/resource/v1alpha2/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/k8s.io/apiserver/pkg/apis/audit/v1/generated.proto",
"vendor/k8s.io/apiserver/pkg/storage/value/encrypt/envelope/kmsv2/v2/api.proto",
"vendor/k8s.io/kms/apis/v1beta1/api.proto",
"vendor/k8s.io/kms/apis/v2/api.proto",
"vendor/k8s.io/kube-aggregator/pkg/apis/apiregistration/v1/generated.proto",
"vendor/k8s.io/kube-aggregator/pkg/apis/apiregistration/v1beta1/generated.proto",
"vendor/k8s.io/metrics/pkg/apis/metrics/v1alpha1/generated.proto",
"vendor/k8s.io/metrics/pkg/apis/metrics/v1beta1/generated.proto",
"vendor/sigs.k8s.io/apiserver-network-proxy/konnectivity-client/proto/client/client.proto"
]
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": "vendor/github.com/gogo/protobuf/gogoproto/gogo.proto, vendor/github.com/google/gnostic-models/extensions/extension.proto, vendor/github.com/google/gnostic-models/openapiv2/OpenAPIv2.proto, vendor/github.com/google/gnostic-models/openapiv3/OpenAPIv3.proto, vendor/github.com/openshift/api/apps/v1/generated.proto, vendor/github.com/openshift/api/authorization/v1/generated.proto, vendor/github.com/openshift/api/build/v1/generated.proto, vendor/github.com/openshift/api/cloudnetwork/v1/generated.proto, vendor/github.com/openshift/api/image/v1/generated.proto, vendor/github.com/openshift/api/network/v1/generated.proto, vendor/github.com/openshift/api/networkoperator/v1/generated.proto, vendor/github.com/openshift/api/oauth/v1/generated.proto, vendor/github.com/openshift/api/project/v1/generated.proto, vendor/github.com/openshift/api/quota/v1/generated.proto, vendor/github.com/openshift/api/route/v1/generated.proto, vendor/github.com/openshift/api/samples/v1/generated.proto, vendor/github.com/openshift/api/security/v1/generated.proto, vendor/github.com/openshift/api/template/v1/generated.proto, vendor/github.com/openshift/api/user/v1/generated.proto, vendor/github.com/prometheus/prometheus/prompb/io/prometheus/client/metrics.proto, vendor/go.etcd.io/etcd/api/v3/authpb/auth.proto, vendor/go.etcd.io/etcd/api/v3/etcdserverpb/etcdserver.proto, vendor/go.etcd.io/etcd/api/v3/etcdserverpb/raft_internal.proto, vendor/go.etcd.io/etcd/api/v3/etcdserverpb/rpc.proto, vendor/go.etcd.io/etcd/api/v3/membershippb/membership.proto, vendor/go.etcd.io/etcd/api/v3/mvccpb/kv.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/remote_api/remote_api.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/v1alpha1/generated.proto, vendor/k8s.io/api/admissionregistration/v1beta1/generated.proto, vendor/k8s.io/api/apidiscovery/v2beta1/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/v1alpha1/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/v1alpha1/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/v1/generated.proto, vendor/k8s.io/api/flowcontrol/v1beta1/generated.proto, vendor/k8s.io/api/flowcontrol/v1beta2/generated.proto, vendor/k8s.io/api/flowcontrol/v1beta3/generated.proto, vendor/k8s.io/api/imagepolicy/v1alpha1/generated.proto, vendor/k8s.io/api/networking/v1/generated.proto, vendor/k8s.io/api/networking/v1alpha1/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/resource/v1alpha2/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/k8s.io/apiserver/pkg/apis/audit/v1/generated.proto, vendor/k8s.io/apiserver/pkg/storage/value/encrypt/envelope/kmsv2/v2/api.proto, vendor/k8s.io/kms/apis/v1beta1/api.proto, vendor/k8s.io/kms/apis/v2/api.proto, vendor/k8s.io/kube-aggregator/pkg/apis/apiregistration/v1/generated.proto, vendor/k8s.io/kube-aggregator/pkg/apis/apiregistration/v1beta1/generated.proto, vendor/k8s.io/metrics/pkg/apis/metrics/v1alpha1/generated.proto, vendor/k8s.io/metrics/pkg/apis/metrics/v1beta1/generated.proto, vendor/sigs.k8s.io/apiserver-network-proxy/konnectivity-client/proto/client/client.proto",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "vendor/github.com/gogo/protobuf/gogoproto/gogo.proto, vendor/github.com/google/gnostic-models/extensions/extension.proto, vendor/github.com/google/gnostic-models/openapiv2/OpenAPIv2.proto, vendor/github.com/google/gnostic-models/openapiv3/OpenAPIv3.proto, vendor/github.com/openshift/api/apps/v1/generated.proto, vendor/github.com/openshift/api/authorization/v1/generated.proto, vendor/github.com/openshift/api/build/v1/generated.proto, vendor/github.com/openshift/api/cloudnetwork/v1/generated.proto, vendor/github.com/openshift/api/image/v1/generated.proto, vendor/github.com/openshift/api/network/v1/generated.proto, vendor/github.com/openshift/api/networkoperator/v1/generated.proto, vendor/github.com/openshift/api/oauth/v1/generated.proto, vendor/github.com/openshift/api/project/v1/generated.proto, vendor/github.com/openshift/api/quota/v1/generated.proto, vendor/github.com/openshift/api/route/v1/generated.proto, vendor/github.com/openshift/api/samples/v1/generated.proto, vendor/github.com/openshift/api/security/v1/generated.proto, vendor/github.com/openshift/api/template/v1/generated.proto, vendor/github.com/openshift/api/user/v1/generated.proto, vendor/github.com/prometheus/prometheus/prompb/io/prometheus/client/metrics.proto, vendor/go.etcd.io/etcd/api/v3/authpb/auth.proto, vendor/go.etcd.io/etcd/api/v3/etcdserverpb/etcdserver.proto, vendor/go.etcd.io/etcd/api/v3/etcdserverpb/raft_internal.proto, vendor/go.etcd.io/etcd/api/v3/etcdserverpb/rpc.proto, vendor/go.etcd.io/etcd/api/v3/membershippb/membership.proto, vendor/go.etcd.io/etcd/api/v3/mvccpb/kv.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/remote_api/remote_api.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/v1alpha1/generated.proto, vendor/k8s.io/api/admissionregistration/v1beta1/generated.proto, vendor/k8s.io/api/apidiscovery/v2beta1/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/v1alpha1/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/v1alpha1/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/v1/generated.proto, vendor/k8s.io/api/flowcontrol/v1beta1/generated.proto, vendor/k8s.io/api/flowcontrol/v1beta2/generated.proto, vendor/k8s.io/api/flowcontrol/v1beta3/generated.proto, vendor/k8s.io/api/imagepolicy/v1alpha1/generated.proto, vendor/k8s.io/api/networking/v1/generated.proto, vendor/k8s.io/api/networking/v1alpha1/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/resource/v1alpha2/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/k8s.io/apiserver/pkg/apis/audit/v1/generated.proto, vendor/k8s.io/apiserver/pkg/storage/value/encrypt/envelope/kmsv2/v2/api.proto, vendor/k8s.io/kms/apis/v1beta1/api.proto, vendor/k8s.io/kms/apis/v2/api.proto, vendor/k8s.io/kube-aggregator/pkg/apis/apiregistration/v1/generated.proto, vendor/k8s.io/kube-aggregator/pkg/apis/apiregistration/v1beta1/generated.proto, vendor/k8s.io/metrics/pkg/apis/metrics/v1alpha1/generated.proto, vendor/k8s.io/metrics/pkg/apis/metrics/v1beta1/generated.proto, vendor/sigs.k8s.io/apiserver-network-proxy/konnectivity-client/proto/client/client.proto"
}
}
],
"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, samples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples, samples"
}
}
],
"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",
"go package 'github.com/openshift/cluster-monitoring-operator' points at a different repository (https://github.com/openshift/cluster-monitoring-operator); excluded from ecosystem scoring",
"Could not fetch go package 'github.com/openshift/cluster-monitoring-operator/hack/go' from its registry",
"Could not fetch go package 'github.com/openshift/cluster-monitoring-operator/hack' from its registry",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-24T21:52:05.715434Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/r/raptorsun/cluster-monitoring-operator.svg",
"full_name": "raptorsun/cluster-monitoring-operator",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}