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
We are using dynamic blocks in our terraform code and while scanning with checkov 3.2.302 ran successfully, 3.2.303 throws lots of warnings with "Failed updating attribute for key ... Falling back to explicitly setting it.Exception - Parse error at 1:12 near token rule (ID)" as shown in line three of the example below.
All in all the scan result is the same but I don't know whether these warnings are expected here or a code change is needed.
Feel free to close this issue.
Describe the issue
We are using dynamic blocks in our terraform code and while scanning with checkov 3.2.302 ran successfully, 3.2.303 throws lots of warnings with "Failed updating attribute for key ... Falling back to explicitly setting it.Exception - Parse error at 1:12 near token rule (ID)" as shown in line three of the example below.
This seems to be related to the PR #6852.
All in all the scan result is the same but I don't know whether these warnings are expected here or a code change is needed.
Feel free to close this issue.
Examples
Terraform code snippet:
Scan result with 3.2.302:
Scan result with 3.2.303:
Version (please complete the following information):
Additional context
#6852
The text was updated successfully, but these errors were encountered: