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
CKV_GCP_54 & CKV_GCP_57 checks are failing with TypeError: 'int' object is not subscriptable on flags = [{key: flag[key][0] for key in flag} for flag in flags]
failing with a cdk.tf.json file Examples
Please share an example code sample (in the IaC of your choice) + the expected outcomes.
Here is a passing databse_flag check for gcp sql
Seems like there might be a missing check in the list comprehension Version (please complete the following information):
Latest version
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the issue
CKV_GCP_54 & CKV_GCP_57 checks are failing with TypeError: 'int' object is not subscriptable on
flags = [{key: flag[key][0] for key in flag} for flag in flags]
failing with a cdk.tf.json file
Examples
Please share an example code sample (in the IaC of your choice) + the expected outcomes.
Here is a passing databse_flag check for gcp sql
Seems like there might be a missing check in the list comprehension
Version (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: