feat(unix timestamp): add the --unix-timestamp flag to docs (#2816)

This commit is contained in:
Nacho Rivera
2023-09-07 10:33:58 +02:00
committed by GitHub
parent f09b55b893
commit 1dfb72a1d1

View File

@@ -24,6 +24,8 @@ prowler <provider> -M csv json json-asff html -o <custom_report_directory>
prowler <provider> -M csv json json-asff html \
-F <custom_report_name> -o <custom_report_directory>
```
## Output timestamp format
By default, the timestamp format of the output files is ISO 8601. This can be changed with the flag `--unix-timestamp` generating the timestamp fields in pure unix timestamp format.
## Output Formats