From dcaf5d9c7daf7c8f045838f171a1a86a0d3aa5ee Mon Sep 17 00:00:00 2001 From: Toni de la Fuente Date: Mon, 13 Mar 2023 18:07:51 +0100 Subject: [PATCH] update(docs): update readme with new ECR alias (#2079) --- README.md | 17 +++++++++-------- docs/index.md | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 8cd153fd..267b72ec 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Docker Pulls Docker Docker - AWS ECR Gallery + AWS ECR Gallery

Repo size @@ -38,8 +38,13 @@ It contains hundreds of controls covering CIS, PCI-DSS, ISO27001, GDPR, HIPAA, FFIEC, SOC2, AWS FTR, ENS and custom security frameworks. +# 📖 Documentation + +The full documentation can now be found at [https://docs.prowler.cloud](https://docs.prowler.cloud) + ## Looking for Prowler v2 documentation? For Prowler v2 Documentation, please go to https://github.com/prowler-cloud/prowler/tree/2.12.1. + # ⚙️ Install ## Pip package @@ -49,6 +54,7 @@ Prowler is available as a project in [PyPI](https://pypi.org/project/prowler-clo pip install prowler prowler -v ``` +More details at https://docs.prowler.cloud ## Containers @@ -57,11 +63,11 @@ The available versions of Prowler are the following: - `latest`: in sync with master branch (bear in mind that it is not a stable version) - `` (release): you can find the releases [here](https://github.com/prowler-cloud/prowler/releases), those are stable releases. - `stable`: this tag always point to the latest release. - + The container images are available here: - [DockerHub](https://hub.docker.com/r/toniblyx/prowler/tags) -- [AWS Public ECR](https://gallery.ecr.aws/o4g1s5r6/prowler) +- [AWS Public ECR](https://gallery.ecr.aws/prowler-cloud/prowler) ## From Github @@ -75,11 +81,6 @@ poetry install python prowler.py -v ``` -# 📖 Documentation - -The full documentation can now be found at [https://docs.prowler.cloud](https://docs.prowler.cloud) - - # 📐✏️ High level architecture You can run Prowler from your workstation, an EC2 instance, Fargate or any other container, Codebuild, CloudShell and Cloud9. diff --git a/docs/index.md b/docs/index.md index 429cc449..6625ed60 100644 --- a/docs/index.md +++ b/docs/index.md @@ -185,7 +185,7 @@ The available versions of Prowler are the following: The container images are available here: - [DockerHub](https://hub.docker.com/r/toniblyx/prowler/tags) -- [AWS Public ECR](https://gallery.ecr.aws/o4g1s5r6/prowler) +- [AWS Public ECR](https://gallery.ecr.aws/prowler-cloud/prowler) ## High level architecture