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)