-
Notifications
You must be signed in to change notification settings - Fork 321
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
feat(parser): added support to parse and scan terraform plans #4362
Conversation
Signed-off-by: João Reigota <[email protected]>
Scan submitted to Checkmarx |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, check comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Co-authored-by: Rogerio Peixoto <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Hi, this is a superb feature, but you are parsing only the "planned_values" part, so you are missing the references that are critical for many of the KICS queries. The references are in the "root_module" object under "expressions" for each resource. |
Signed-off-by: João Reigota [email protected]
Proposed Changes
I submit this contribution under the Apache-2.0 license.