ERROR! Failed to send check output to AWS Security Hub. #1753
-
Hello guys, I'm using Prowler version 2.12.1 and recently integrated it with Security Hub. When running Prowler I can see this error being shown in some checks: ERROR! Failed to send check output to AWS Security Hub. I also noticed the checks reporting the above error are not being exported to Security Hub. My command line is: docker run --rm --name prowler --env "AWS_ACCESS_KEY_ID" --env "AWS_SECRET_ACCESS_KEY" toniblyx/prowler:2.12.1 -r us-west-2 -f us-west-2 -g extras -M json-asff -S Any ideias on what can be the issue? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi @cerontrustly, can you run it from the repo using |
Beta Was this translation helpful? Give feedback.
-
You can do the same with prowler v3 if you locate all the extra checks from here https://github.com/prowler-cloud/prowler/blob/prowler-2/groups/group7_extras and use the naming of v3 from here https://docs.prowler.cloud/en/latest/tutorials/aws/v2_to_v3_checks_mapping/ use a space separate list of checks in the cli. |
Beta Was this translation helpful? Give feedback.
You can do the same with prowler v3 if you locate all the extra checks from here https://github.com/prowler-cloud/prowler/blob/prowler-2/groups/group7_extras and use the naming of v3 from here https://docs.prowler.cloud/en/latest/tutorials/aws/v2_to_v3_checks_mapping/ use a space separate list of checks in the cli.