mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 14:55:00 +00:00
Merge pull request #450 from lanhhuyet510/patch-1
Update README.md with jq install instructions
This commit is contained in:
@@ -64,6 +64,11 @@ This script has been written in bash using AWS-CLI and it works in Linux and OSX
|
|||||||
|
|
||||||
AWS-CLI can be also installed it using "brew", "apt", "yum" or manually from <https://aws.amazon.com/cli/>, but `ansi2html` and `detect-secrets` has to be installed using `pip`. You will need to install `jq` to get more accuracy in some checks.
|
AWS-CLI can be also installed it using "brew", "apt", "yum" or manually from <https://aws.amazon.com/cli/>, but `ansi2html` and `detect-secrets` has to be installed using `pip`. You will need to install `jq` to get more accuracy in some checks.
|
||||||
|
|
||||||
|
- Make sure jq is installed (example below with "apt" but use a valid package manager for your OS):
|
||||||
|
```sh
|
||||||
|
sudo apt install jq
|
||||||
|
```
|
||||||
|
|
||||||
- Previous steps, from your workstation:
|
- Previous steps, from your workstation:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|||||||
Reference in New Issue
Block a user