Closed k-kawa closed 7 months ago
Controls between 2.6 and 2.9 of CIS v2.0.0 report alert on the GCP projects even after they are configured as the Remediation section say.
Remediation
The reason is that Logging Query Language written in their documentation has ( and ) but the queries used by their Control don't care them.
(
)
I think that this is a bug of Queries and the documentations look correct.
Hi @k-kawa Sorry for the delay, and thank you for raising this issue. We will investigate it and update you as soon as possible.
Resolved in https://github.com/turbot/steampipe-mod-gcp-compliance/pull/154
Controls between 2.6 and 2.9 of CIS v2.0.0 report alert on the GCP projects even after they are configured as the
Remediation
section say.The reason is that Logging Query Language written in their documentation has
(
and)
but the queries used by their Control don't care them.I think that this is a bug of Queries and the documentations look correct.