From bf9f20a466f582bf8a5069022c10c273b8e2af7c Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 22:30:33 +0000 Subject: [PATCH] fix(security/UNKNOWN/collector): Update module github.com/opencontainers/runc to v1.3.6 [SECURITY] | datasource | package | from | to | | ---------- | ------------------------------ | ------ | ------ | | go | github.com/opencontainers/runc | v1.2.8 | v1.3.6 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> --- collector/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collector/go.mod b/collector/go.mod index 104d797fa0b..274be3db945 100644 --- a/collector/go.mod +++ b/collector/go.mod @@ -1128,7 +1128,7 @@ replace go.opentelemetry.io/ebpf-profiler => github.com/grafana/opentelemetry-eb replace github.com/openshift/client-go => github.com/openshift/client-go v0.0.0-20251015124057-db0dee36e235 -replace github.com/opencontainers/runc => github.com/opencontainers/runc v1.2.8 +replace github.com/opencontainers/runc => github.com/opencontainers/runc v1.3.6 replace sigs.k8s.io/controller-runtime => sigs.k8s.io/controller-runtime v0.20.4