crederauk / tfsec-custom-action

0 stars 0 forks source link

TFSec custom policy bugfix: aws_cloudwatch_event_target resource #5

Open george-lovatt opened 2 years ago

george-lovatt commented 2 years ago

TFSec custom polcies currently include aws_cloudwatch_event_target resource as requiring tags, but this resource does not include the tag attribute. This causes false positive errors to be raised during github actions workflow run.

aflalasker commented 1 year ago

@ZKVC any updates on this?