feat(custom_filename): custom output filename (#1345)

* feat(s3_output): send outputs to S3 bucket

* feat(custom_filename): custom output filename

Co-authored-by: sergargar <sergio@verica.io>
This commit is contained in:
Sergio Garcia
2022-08-26 12:08:34 +01:00
committed by GitHub
parent 65185943ca
commit a63c42f59c
6 changed files with 118 additions and 55 deletions

View File

@@ -14,6 +14,7 @@ class Output_From_Options:
output_modes: list
output_directory: str
security_hub_enabled: bool
output_filename: str
# Testing Pending