chore(ssm): add trusted accounts variable to ssm check (#5005)

Co-authored-by: pedrooot <pedromarting3@gmail.com>
This commit is contained in:
Sergio Garcia
2024-09-20 09:12:48 -04:00
committed by GitHub
parent 45ce1a0650
commit 9456c6198a
6 changed files with 133 additions and 5 deletions
+1
View File
@@ -158,6 +158,7 @@ aws:
]
# AWS VPC Configuration (vpc_endpoint_connections_trust_boundaries, vpc_endpoint_services_allowed_principals_trust_boundaries)
# AWS SSM Configuration (aws.ssm_documents_set_as_public)
# Single account environment: No action required. The AWS account number will be automatically added by the checks.
# Multi account environment: Any additional trusted account number should be added as a space separated list, e.g.
# trusted_account_ids : ["123456789012", "098765432109", "678901234567"]