tags = {
Environment = ""
}
}`
Message: The AWS CloudWatch Log Group has no retention. Missing retention in log groups can cause losing important event information.
CWE: CWE-320: CWE CATEGORY: Key Management Errors
References: ['https://owasp.org/Top10/A02_2021-Cryptographic_Failures']
Path: devsecops-sandbox/test-case/default-workflow/main.tf Line: `resource "aws_cloudwatch_log_group" "this" { name_prefix = local.name_prefix
tags = { Environment = "" } }` Message: The AWS CloudWatch Log Group has no retention. Missing retention in log groups can cause losing important event information. CWE: CWE-320: CWE CATEGORY: Key Management Errors References: ['https://owasp.org/Top10/A02_2021-Cryptographic_Failures']