mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 14:55:00 +00:00
Updated README
This commit is contained in:
@@ -16,6 +16,12 @@ For a comprehesive list and resolution look at the guide on the link above.
|
|||||||
## Requirements
|
## Requirements
|
||||||
This script has been written in bash using AWS-CLI and is works in Linux and OSX.
|
This script has been written in bash using AWS-CLI and is works in Linux and OSX.
|
||||||
|
|
||||||
|
- Make sure your AWS-CLI is installed on your workstation, with Python pip already installed:
|
||||||
|
```
|
||||||
|
pip install awscli
|
||||||
|
```
|
||||||
|
Or install it using "brew", "apt", "yum" or manually from https://aws.amazon.com/cli/
|
||||||
|
|
||||||
- Previous steps, from your workstation:
|
- Previous steps, from your workstation:
|
||||||
```
|
```
|
||||||
git clone https://github.com/Alfresco/aws-cis-security-benchmark
|
git clone https://github.com/Alfresco/aws-cis-security-benchmark
|
||||||
@@ -23,6 +29,9 @@ cd aws-cis-security-benchmark
|
|||||||
```
|
```
|
||||||
|
|
||||||
- Make sure you have properly configure your AWS-CLI with a valid Access Key and Region.
|
- Make sure you have properly configure your AWS-CLI with a valid Access Key and Region.
|
||||||
|
```
|
||||||
|
aws configure
|
||||||
|
```
|
||||||
|
|
||||||
## How to create a report
|
## How to create a report
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user