-
Notifications
You must be signed in to change notification settings - Fork 74
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
rule: aws_iam_policy_document - Sid string check #149
Comments
#155 was a rule for the |
Should we valid sid pattern even sid absent from statement ?
|
@gilbert-hsu Oops, this is a false positive. We have released v0.7.1 with this fix, so please try it. |
Thanks a lot! |
Got a failing use case even though this is a valid policy (notice the lack of
Error messages:
Version
|
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Hi Community,
The plugin currently does not validates
aws_iam_policy_document
sid_string
.Based on AWS documentation basic alphanumeric characters (A-Z,a-z,0-9) are the only allowed characters in the Sid value.
It would be great if there would be rule to check the sid_string.
Thanks,
Andor
The text was updated successfully, but these errors were encountered: