From 0731d0ed5592e38caba9d57bded22d945b2559f8 Mon Sep 17 00:00:00 2001 From: Josh Earlenbaugh Date: Mon, 7 Oct 2024 10:10:24 -0400 Subject: [PATCH] Added new admonition regarding outdated images and security risks. (#6135) --- .../docs/postgres_for_kubernetes/1/security.mdx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/product_docs/docs/postgres_for_kubernetes/1/security.mdx b/product_docs/docs/postgres_for_kubernetes/1/security.mdx index 2e1695419cd..f5c93f1b3f7 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/security.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/security.mdx @@ -1,6 +1,5 @@ --- title: 'Security' -originalFilePath: 'src/security.md' --- This section contains information about security for EDB Postgres for Kubernetes, @@ -63,7 +62,7 @@ please use this medium to report it. Every container image in EDB Postgres for Kubernetes is automatically built via CI/CD pipelines following every commit. These images include not only the operator's image but also the operands' images, specifically for every supported -PostgreSQL version. During the CI/CD process, images undergo scanning with the +PostgreSQL version (including [EDB Postgres Extended](/pge/latest/) and [EDB Postgres Advanced](/epas/latest/)). During the CI/CD process, images undergo scanning with the following tools: - **[Dockle](https://github.com/goodwithtech/dockle):** Ensures best practices @@ -72,9 +71,12 @@ following tools: and reports findings via the GitHub interface. !!! Important - All operand images are automatically rebuilt daily by our pipelines to - incorporate security updates at the base image and package level, providing - **patch-level updates** for the container images distributed to the community. +All operand images are automatically rebuilt daily by our pipelines to incorporate security updates at the base image and package level, providing **patch-level updates** for the container images distributed to EDB download sites. +!!! + +!!! Warning +Running outdated images can expose your environment to security risks and performance issues. We highly recommend that you update to the latest image version and keep your images up to date. This will ensure that you take advantage of the latest updates and patches available. +!!! ### Guidelines and Frameworks for Container Security