-
Notifications
You must be signed in to change notification settings - Fork 600
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1: possible false-positive for W3687
#3317
Comments
TCP should be in lowercase
But AWS accept uppercase |
Thank you, you are right. cfn-lint v1 doesn't like my uppercase |
@r-heimann Yes, I notice the same in one of our templates but not all so I got confused first, then I saw it :) |
CloudFormation Lint Version
cfn-lint 1.3.0
What operating system are you using?
Windows 11
Describe the bug
After updating from
v0.87.7
tov1.3.0
i noticed a new finding, which is possibly a false-positive:Expected behavior
Not entirely sure what the issue here is, but
FromPort
andToPort
are not ignored:https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-securitygroup-ingress.html
Reproduction template
The text was updated successfully, but these errors were encountered: