Closed edschreibman closed 1 year ago
Hi @edschreibman, can you use the last version of prowler pip install --upgrade prowler
? These errors are not present in version 3.2.4.
Tested and agreed - fully resolved in Prowler 3.2.4 Fri Mar 10 23:45:28 UTC 2023 Prowler 3.2.4
What happened? prowler aws --list-compliance-requirements results in error/ no requirements the frameworks listed below
How to reproduce it Steps to reproduce the behavior:
prowler aws --list-compliance
to get list of frameworksprowler aws --list-compliance-requirements [framework]
prowler aws --list-compliance-requirements soc2_aws
error produced:
For these frameworks:
No error - But no requirements in output
Expected behavior A clear and concise description of what you expected to happen.
Output to contain controls in framework, like this for ens_rd2022_aws:
Screenshots or Logs If applicable, add screenshots to help explain your problem.
Also, you can add logs (anonymize them first!). Here a command that may help to share a log
prowler <your arguments> --log-level DEBUG --log-file $(date +%F)_debug.log
then attach here the log file.From where are you running Prowler? Please, complete the following information:
Resource: (e.g. EC2 instance, ) : EC2 Instance
OS: [e.g. Amazon Linux 2 ]: Amazon Linux 2 ] prowler --version Prowler 3.2.0 python --version Python 2.7.18 pip --version pip 23.0 from /usr/local/lib/python3.9/site-packages/pip (python 3.9)
Installation method (Are you running it from pip package or cloning the github repo?): #Install Prowler via pip3 /usr/local/bin/pip3 install prowler
Others:
Additional context Add any other context about the problem here.