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
Describe the issue
Create cross-variables edges between resources when building terraform graph (based on the variable rendering).
in the _build_edges step - try to mark the resources that have an out edge to variable/local/etc in order to search for cross-variable edges only for these resources.
add a _build_cross_variable_edges step after the variable rendering (add to the graph only edges that didn’t exist before).
mark the cross-variable edges label with a prefix of [cross-variable]
Add env variable in checkov (CHECKOV_EXPERIMENTAL_CROSS_VARIABLE_EDGES) for enabling the new logic
The text was updated successfully, but these errors were encountered:
Describe the issue
Create cross-variables edges between resources when building terraform graph (based on the variable rendering).
in the
_build_edges step
- try to mark the resources that have an out edge to variable/local/etc in order to search for cross-variable edges only for these resources.add a
_build_cross_variable_edges
step after the variable rendering (add to the graph only edges that didn’t exist before).mark the cross-variable edges label with a prefix of
[cross-variable]
Add env variable in checkov (
CHECKOV_EXPERIMENTAL_CROSS_VARIABLE_EDGES
) for enabling the new logicThe text was updated successfully, but these errors were encountered: