fix(aws): ecs_task_definitions_no_environment_secrets.metadata.json (#7135)

This commit is contained in:
Kay Agahd
2025-03-07 14:31:03 +01:00
committed by GitHub
parent 218fb3afb0
commit 2276ffb1f6
@@ -12,7 +12,7 @@
"ResourceIdTemplate": "arn:partition:service:region:account-id:resource-id",
"Severity": "critical",
"ResourceType": "AwsEcsTaskDefinition",
"Description": "Check if secrets exists in ECS task definitions environment variables. If a secret is detected, the line number shown in the finding matches with the environment variable \"Name\" attribute starting to count at the \"environment\" key from the ECS Task Definition in JSON format.",
"Description": "Check if secrets exists in ECS task definitions environment variables.",
"Risk": "The use of a hard-coded password increases the possibility of password guessing. If hard-coded passwords are used, it is possible that malicious users gain access through the account in question.",
"RelatedUrl": "",
"Remediation": {