From abe50f24bf9d0b3acf4c55aa7dc2da546f50709a Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 15:30:26 +0000 Subject: [PATCH] fix(security/unknown/): update module github.com/opencontainers/selinux to v1.13.0 [security] | datasource | package | from | to | | ---------- | --------------------------------- | ------- | ------- | | go | github.com/opencontainers/selinux | v1.12.0 | v1.13.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 2694f3ae5240..4a47ffb81b4c 100644 --- a/go.mod +++ b/go.mod @@ -492,7 +492,7 @@ require ( github.com/opencontainers/image-spec v1.1.0 // indirect github.com/opencontainers/runc v1.1.14 // indirect github.com/opencontainers/runtime-spec v1.1.0 // indirect - github.com/opencontainers/selinux v1.12.0 // indirect + github.com/opencontainers/selinux v1.13.0 // indirect github.com/openzipkin/zipkin-go v0.4.2 // indirect github.com/oschwald/maxminddb-golang v1.11.0 github.com/ovh/go-ovh v1.4.3 // indirect