We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add a max-host-count operations. This would be especially helpful in assessing CIDR blocks in configuration.
max-host-count
For example:
... - id: MAX_HOSTS_EXPOSED_PER_RULE message: All security group rules must expose less than 1016 hosts severity: FAILURE resource: aws_security_group_rule assertions: - every: key: "cidr_blocks" expressions: - key: "@" op: max-host-count value: 1016 ...
The text was updated successfully, but these errors were encountered:
6711e17
Merge pull request #22 from rmorris1218/add-host-count
781c5c0
add max-host-count operation, tests, docs, closes #21
No branches or pull requests
Add a
max-host-count
operations. This would be especially helpful in assessing CIDR blocks in configuration.For example:
The text was updated successfully, but these errors were encountered: