mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-23 12:31:54 +00:00
chore(app): mantain none by default
This commit is contained in:
@@ -167,7 +167,7 @@ class App(AzureService):
|
||||
"",
|
||||
),
|
||||
ftps_state=getattr(
|
||||
web_app_config, "ftps_state", ""
|
||||
web_app_config, "ftps_state", None
|
||||
),
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user