Facing error while sending reports to s3 bucket during security scanning (prowler V3.8.2) #2762
Answered
by
jfagoagas
naguredington
asked this question in
Q&A
-
(venv-assessment) [cloudshell-user@ip-10-2-81-134 Python-3.9.16]$ prowler aws -b -M csv -B redtest123/redtestfolder01 Note: IAM user is having full admin rights & S3 bucket name also valid only but still facing error.. |
Beta Was this translation helpful? Give feedback.
Answered by
jfagoagas
Aug 23, 2023
Replies: 1 comment 7 replies
-
Hi @naguredington, the We are going to modify the documentation since it's not right. Thanks for using Prowler 🚀 |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
jfagoagas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @naguredington, the
-B
option only accepts the bucket name, so you have to use the-o/--output-directory
to specify a customer directory, like this:prowler aws -b -M csv -B redtest123 --output-directory redtestfolder01
We are going to modify the documentation since it's not right.
Thanks for using Prowler 🚀