FileNotFoundError after version 3.8.1 #2707
Replies: 1 comment
-
Transferred to an issue here #2708, thanks for reporting it! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello guys!
After using version 3.8.1 Prowler stopped working for me showing the following error:
Traceback (most recent call last): File "/home/prowler/.local/bin/prowler", line 8, in <module> sys.exit(prowler()) File "/home/prowler/.local/lib/python3.9/site-packages/prowler/__main__.py", line 222, in prowler resolve_security_hub_previous_findings( File "/home/prowler/.local/lib/python3.9/site-packages/prowler/providers/aws/lib/security_hub/security_hub.py", line 66, in resolve_security_hub_previous_findings with open(f"{output_directory}/{output_filename}{json_asff_file_suffix}") as f: FileNotFoundError: [Errno 2] No such file or directory: '/home/prowler/output/None.asff.json'
My command line looks like this:
docker run -v /tmp:/prowler/tmp toniblyx/prowler:stable -f us-west-2 -M json-asff -S -z
I think it can be related to this change.
Can somebody you help me?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions