From 5e2ed6a37c3c483af4a335ab042ea6fa5dcfea05 Mon Sep 17 00:00:00 2001 From: "Andoni A." <14891798+andoniaf@users.noreply.github.com> Date: Tue, 17 Feb 2026 09:10:06 +0100 Subject: [PATCH] docs(image): remove redundant version badges from subsections All features ship in 5.19.0 with the provider; subsection badges are unnecessary since the top-level Prowler CLI badge already covers it. --- docs/user-guide/providers/image/getting-started-image.mdx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/user-guide/providers/image/getting-started-image.mdx b/docs/user-guide/providers/image/getting-started-image.mdx index 928b18dbe3..821478efa6 100644 --- a/docs/user-guide/providers/image/getting-started-image.mdx +++ b/docs/user-guide/providers/image/getting-started-image.mdx @@ -175,8 +175,6 @@ The timeout accepts values in seconds (`s`), minutes (`m`), or hours (`h`). Defa ### Registry Scan Mode - - Registry Scan Mode enumerates and scans all images from an OCI-compatible registry, Docker Hub namespace, or Amazon ECR registry. To activate it, use the `--registry` flag with the registry URL: ```bash @@ -185,8 +183,6 @@ prowler image --registry myregistry.io #### Discover Available Images - - To list all repositories and tags available in the registry without running a scan, use the `--registry-list` flag. This is useful for discovering image names and tags before building filter regexes: ```bash @@ -272,8 +268,6 @@ Registry Scan Mode supports the following registry types: ### Authentication for Private Registries - - To scan images from private registries, the Image provider supports three authentication methods. Prowler uses the first available method in this priority order: #### 1. Basic Authentication (Environment Variables)