wiz_configuration_findings
Security configuration findings (misconfigurations) detected by Wiz.
-
id
Primary key - Unique identifier for the row
-
connection_id
Foreign key - ID of the connection that imported this finding
-
source_id
Foreign key - Identifier of the finding in Wiz
-
cloud_resource_id
Foreign key - ID of the associated cloud resource
-
rule_id
Foreign key - Wiz id of the rule that triggered this finding; join wiz_rules.source_id = wiz_configuration_findings.rule_id for name/description/remediation
-
severity
string - Severity of the finding (CRITICAL, HIGH, MEDIUM, LOW, INFORMATIONAL)
-
status
string - Status of the finding (OPEN, RESOLVED, etc.)
-
result
string - Result of the finding check
-
remediation
string - Remediation instructions
-
target_external_id
Foreign key - External ID of the target resource
-
target_object_provider_unique_id
Foreign key - Provider unique ID of the target object
-
deleted
boolean - Boolean indicating if the finding is deleted
-
updated_at
date - Timestamp when the finding was last updated in Wiz
-
row_created_at
date - Timestamp of when the row was created in the local DB
-
row_updated_at
date - Timestamp of when the row was last updated in the local DB