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
Many should be of type number, ARN or Date instead of string.
For example s3:object-lock-remaining-retention-days should most probably be numeric instead of string
s3:object-lock-remaining-retention-days
The text was updated successfully, but these errors were encountered:
#6 adds logic for fixing condition operator types
1ad0c03
Logic has been implemented and a first condition ec2:SnapshotTime has been fixed (and tested).
ec2:SnapshotTime
Sorry, something went wrong.
Not sure if you're aware of https://github.com/Netflix-Skunkworks/policyuniverse, but there's a data.json file containing interesting information. No involvement with the project! Just wanted to share.
No branches or pull requests
Many should be of type number, ARN or Date instead of string.
For example
s3:object-lock-remaining-retention-days
should most probably be numeric instead of stringThe text was updated successfully, but these errors were encountered: