feat(check): New check cloudtrail_bucket_requires_mfa_delete (#2194)

Co-authored-by: Pepe Fagoaga <pepe@verica.io>
This commit is contained in:
Gabriel Soltz
2023-04-13 14:18:31 +02:00
committed by GitHub
parent 4da6d152c3
commit 305b67fbed
46 changed files with 839 additions and 358 deletions

View File

@@ -10,7 +10,7 @@ from prowler.providers.aws.services.codebuild.codebuild_service import Codebuild
# Mock Test Region
AWS_REGION = "eu-west-1"
AWS_ACCOUNT_NUMBER = 123456789012
AWS_ACCOUNT_NUMBER = "123456789012"
# last time invoked time
last_invoked_time = datetime.now() - timedelta(days=2)