Open
Description
Is your feature request related to a problem? Please describe.
I have a Terraform stack that creates azurerm_linux_function_app
and the KICS scan running in GitLab is not detecting issues present in its definition.
There is a number of function_app_...
rules (e.g. function_app_authentication_disabled), but they all check deprecated azurerm_function_app
resources.
Describe the solution you'd like
All the function_app_...
rules should be modified to check new azurerm_linux_function_app
and azurerm_windows_function_app
resources instead.