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.
This commit is contained in:
Andoni A.
2026-02-17 09:10:06 +01:00
parent 8ef231faae
commit 5e2ed6a37c
@@ -175,8 +175,6 @@ The timeout accepts values in seconds (`s`), minutes (`m`), or hours (`h`). Defa
### Registry Scan Mode
<VersionBadge version="5.19.0" />
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
<VersionBadge version="5.19.0" />
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
<VersionBadge version="5.19.0" />
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)