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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Interface Changes
rulegen has been moved from a separate binary to a verb on cfn-guard. Similarly, regular cfn-guard behavior is now behind the verb check. See the updated README for more details. The lambdas have not moved
Improvements
Automatic descent into json-string formatted objects (#11)
Use serde::rename to fix strict_check and exit_status casing in cfn-guard-lambda (#25). They now match camelCase (as in strictCheck and exitStatus)
Added a Troubleshooting FAQ that includes a discussion of using --strict-checks to spot typos that tend to cause confusion in users when they don't match the properties as expected.
Added JNI bindings to the basic binary for use with java libraries (#54)
Bug fixes
More strict comment parsing to prevent silent failure of illegal inline comments (#53)