docs(image): restructure getting-started guide to match IaC pattern

Reorganize the image provider documentation to follow the same
structure as the IaC provider doc. Add "How It Works" section,
flatten hierarchy, fix undefined acronyms (OCI), add bold headers
to bullet points, use Tabs for install methods, remove redundant
sections, rename headers for SEO, and fix passive voice.
This commit is contained in:
Andoni A.
2026-02-09 16:17:56 +01:00
parent acb88bee8b
commit e4268b9893
@@ -8,10 +8,10 @@ Prowler's Image provider enables comprehensive container image security scanning
## How It Works
* Prowler leverages [Trivy](https://trivy.dev/) to scan container images for vulnerabilities, secrets, misconfigurations, and license issues.
* Trivy must be installed and available in the system PATH before running any scan.
* No registry authentication is required for public images. For private registries, configure Docker credentials via `docker login` before scanning.
* Results are output in the same formats as other Prowler providers (CSV, JSON, HTML, etc.).
* **Trivy integration:** Prowler leverages [Trivy](https://trivy.dev/) to scan container images for vulnerabilities, secrets, misconfigurations, and license issues.
* **Trivy required:** Trivy must be installed and available in the system PATH before running any scan.
* **Authentication:** No registry authentication is required for public images. For private registries, configure Docker credentials via `docker login` before scanning.
* **Output formats:** Results are output in the same formats as other Prowler providers (CSV, JSON, HTML, etc.).
## Prowler CLI
@@ -112,7 +112,7 @@ Valid examples:
#### Specify Scanners
Control which scanners Trivy runs using the `--scanners` option. By default, Prowler enables `vuln` and `secret` scanners:
To select which scanners Trivy runs, use the `--scanners` option. By default, Prowler enables `vuln` and `secret` scanners:
```bash
# Vulnerability scanning only