Prevent cloud misconfigurations and find vulnerabilities during build-time in infrastructure as code, container images and open source packages with Checkov by Bridgecrew.
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 https://github.com/bridgecrewio/checkov/pull/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 https://github.com/bridgecrewio/checkov/pull/6852