mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-24 04:51:51 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user