From 0dc5975e0847772053b2913013f9a1d0be4585f7 Mon Sep 17 00:00:00 2001 From: Niels Kaspers Date: Thu, 27 Aug 2026 09:05:21 +0300 Subject: [PATCH] docs(scout): align base image policy name Change notes: - content/manuals/scout/policy/local.md: align the policy table label with the canonical overview and dashboard name. --- content/manuals/scout/policy/local.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/scout/policy/local.md b/content/manuals/scout/policy/local.md index 1a14ab68a48..5fd9e8dec99 100644 --- a/content/manuals/scout/policy/local.md +++ b/content/manuals/scout/policy/local.md @@ -195,7 +195,7 @@ The following policies are available by default: | No fixable critical or high vulnerabilities | Critical/high CVEs that have a fix available | | No high-profile vulnerabilities | Curated list of well-known CVEs (Log4Shell, XZ backdoor, and others) | | No copyleft licenses | Packages under AGPL, GPL, LGPL, MPL, and similar licenses | -| No outdated base images | Base image is behind the latest digest of its tag | +| Up-to-Date Base Images | Base image is behind the latest digest of its tag | | Supply chain attestations | Provenance and SBOM attestations are attached | | Default non-root user | Image is configured to run as a non-root user | | No unapproved base images | Base image matches a configurable allowlist |