mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 14:55:00 +00:00
chore(tests): Add tests to output generation (#1340)
* chore(tests): added tests to outputs * fix(timestamp): change timestamp coming from config
This commit is contained in:
@@ -14,6 +14,7 @@ aws_services_json_file = "providers/aws/aws_regions_by_service.json"
|
||||
default_output_directory = getcwd() + "/output"
|
||||
|
||||
output_file_timestamp = timestamp.strftime("%Y%m%d%H%M%S")
|
||||
timestamp_iso = timestamp.isoformat()
|
||||
csv_file_suffix = f"{output_file_timestamp}.csv"
|
||||
json_file_suffix = f"{output_file_timestamp}.json"
|
||||
json_asff_file_suffix = f"{output_file_timestamp}.asff.json"
|
||||
|
||||
Reference in New Issue
Block a user