You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When defining a aws_cloudfront_distribution resource, one of the policies can not be skipped due to a space in it's filename (and therefore I assume failing the regex check for the #ts lines).
What I Did
We have a aws_cloudfront_distribution resource that defines no geo restrictions as restrictions are handled further down the chain:
Description
When defining a
aws_cloudfront_distribution
resource, one of the policies can not be skipped due to a space in it's filename (and therefore I assume failing the regex check for the#ts
lines).What I Did
We have a aws_cloudfront_distribution resource that defines no geo restrictions as restrictions are handled further down the chain:
So the policy failing is correct, we just can't skip it due to the space in the file here: https://github.com/accurics/terrascan/blob/master/pkg/policies/opa/rego/aws/aws_cloudfront_distribution/AWS.CloudFront.Network%20Security.Low.0568.json
The text was updated successfully, but these errors were encountered: