mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-24 13:01:56 +00:00
feat(inventory): name on output folder
This commit is contained in:
@@ -114,7 +114,7 @@ def run_prowler_inventory(checks_to_execute, provider):
|
||||
|
||||
# end of all things
|
||||
folder_to_compress = f"{output_folder_path}"
|
||||
output_zip_file = f"{output_folder_path}/rmfx-scan-compressed" # The output file (without extension)
|
||||
output_zip_file = f"{output_folder_path}/prowler-scan-compressed" # The output file (without extension)
|
||||
|
||||
# Compress the folder into a zip file
|
||||
shutil.make_archive(f"{output_zip_file}", "zip", folder_to_compress)
|
||||
|
||||
Reference in New Issue
Block a user