From 505d47969f83460b1fd958822458dfe5d600331b Mon Sep 17 00:00:00 2001 From: Robby Cochran Date: Thu, 26 Mar 2026 07:24:15 -0700 Subject: [PATCH 1/4] X-Smart-Branch-Parent: master From ce628d19e10dddeac7ae220f17cec572613c9255 Mon Sep 17 00:00:00 2001 From: Robby Cochran Date: Thu, 26 Mar 2026 07:25:32 -0700 Subject: [PATCH 2/4] remove ref to kernel modules from readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 558300a73c..6a37d9a13d 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,8 @@ and detailed references. Collector is a component of Stackrox responsible for gathering runtime data. In a few words it is an agent that runs on every node under strict performance -limitations and gathers the data via kernel modules or eBPF probes (the default -collection mode nowadays). To implement eBPF probes and collect data, the -project leverages the Falco libraries via a custom +limitations and gathers the data via eBPF probes. To implement eBPF probes and +collect data, the project leverages the Falco libraries via a custom [fork](https://github.com/stackrox/falcosecurity-libs). ## Useful links From dc32722b1144e8fa055c26ff0245bb401b6e98a7 Mon Sep 17 00:00:00 2001 From: Robby Cochran Date: Thu, 26 Mar 2026 07:28:44 -0700 Subject: [PATCH 3/4] X-Smart-Branch-Parent: rc-pr-test From 9caee0eaf218a1144fde171071929514b5ead349 Mon Sep 17 00:00:00 2001 From: Robby Cochran Date: Thu, 26 Mar 2026 07:29:31 -0700 Subject: [PATCH 4/4] streamline --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 6a37d9a13d..8a9b54578e 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,6 @@ | [3.23](https://github.com/stackrox/collector/tree/release-3.23) | [![3.23 upstream](https://github.com/stackrox/collector/actions/workflows/main.yml/badge.svg?branch=release-3.23&event=push)](https://github.com/stackrox/collector/actions/workflows/main.yml?query=event%3Apush+branch%3Arelease-3.23++) | [![3.23 downstream](https://github.com/stackrox/collector/actions/workflows/konflux.yml/badge.svg?branch=release-3.23&event=push)](https://github.com/stackrox/collector/actions/workflows/konflux.yml?query=event%3Apush+branch%3Arelease-3.23++) | [⬆️4.9](https://github.com/stackrox/stackrox/tree/release-4.9) | | [3.22](https://github.com/stackrox/collector/tree/release-3.22) | [![3.22 upstream](https://github.com/stackrox/collector/actions/workflows/main.yml/badge.svg?branch=release-3.22&event=push)](https://github.com/stackrox/collector/actions/workflows/main.yml?query=event%3Apush+branch%3Arelease-3.22++) | [![3.22 downstream](https://github.com/stackrox/collector/actions/workflows/konflux.yml/badge.svg?branch=release-3.22&event=push)](https://github.com/stackrox/collector/actions/workflows/konflux.yml?query=event%3Apush+branch%3Arelease-3.22++) | [⬆️4.8](https://github.com/stackrox/stackrox/tree/release-4.8) | -Welcome to the Stackrox Collector project documentation. Here you can learn -more about idea behind the project, how to start guidelines, design overview -and detailed references. - Collector is a component of Stackrox responsible for gathering runtime data. In a few words it is an agent that runs on every node under strict performance limitations and gathers the data via eBPF probes. To implement eBPF probes and