HIGH
Source
Trivy
ID
AVD-AZU-0036

Unencrypted data lake storage.

Datalake storage encryption defaults to Enabled, it shouldn’t be overridden to Disabled.

Impact

Data could be read if compromised

Follow the appropriate remediation steps below to resolve the issue.

Enable encryption of data lake storage

1
2
3
 resource "azurerm_data_lake_store" "good_example" {
 	encryption_state = "Enabled"
 }