feat(output): Report generation data, color legend and assumed role information (#1300)

* feat(color-code): include legend

* chore(version): alfa -> alpha

* chore: remove comments

* feat(credentials): Include report generation data
This commit is contained in:
Pepe Fagoaga
2022-08-03 17:09:38 +02:00
committed by GitHub
parent 0b34940e20
commit 5e40fc28c9
5 changed files with 42 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ from os import getcwd
timestamp = datetime.today()
timestamp_utc = datetime.now(timezone.utc).replace(tzinfo=timezone.utc)
prowler_version = "3.0-alfa"
prowler_version = "3.0-alpha"
# Groups
groups_file = "groups.json"