mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 23:05:05 +00:00
* feat(filter-regions): Added -f and ebs encryption check. * feat(filter-regions): Added -f and ebs encryption check. * feat(regional_clients): add regional_clients. * fix(global variables): created global variables * chore(role option): Mixed -A/-R option including error handling * fix(arn): import errors from error.py file * fix(review_comments): Review PR comments. Co-authored-by: sergargar <sergio@verica.io> Co-authored-by: n4ch04 <nachor1992@gmail.com>
14 lines
360 B
Python
14 lines
360 B
Python
from datetime import datetime
|
|
|
|
timestamp = datetime.today().strftime("%Y-%m-%d %H:%M:%S")
|
|
prowler_version = "3.0-alfa"
|
|
|
|
# Groups
|
|
groups_file = "groups.json"
|
|
|
|
# AWS services-regions matrix json
|
|
aws_services_json_url = (
|
|
"https://api.regional-table.region-services.aws.a2z.com/index.json"
|
|
)
|
|
aws_services_json_file = "providers/aws/aws_regions_services.json"
|