mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-23 12:31:54 +00:00
fix: update Azure CIS with existing App checks (#6611)
This commit is contained in:
committed by
GitHub
parent
bbba0abac9
commit
4dc1602b77
@@ -3115,7 +3115,9 @@
|
||||
{
|
||||
"Id": "9.4",
|
||||
"Description": "Ensure that Register with Entra ID is enabled on App Service",
|
||||
"Checks": [],
|
||||
"Checks": [
|
||||
"app_register_with_identity"
|
||||
],
|
||||
"Attributes": [
|
||||
{
|
||||
"Section": "9. AppService",
|
||||
|
||||
@@ -3220,7 +3220,9 @@
|
||||
{
|
||||
"Id": "9.1",
|
||||
"Description": "Ensure 'HTTPS Only' is set to `On`",
|
||||
"Checks": [],
|
||||
"Checks": [
|
||||
"app_ensure_http_is_redirected_to_https"
|
||||
],
|
||||
"Attributes": [
|
||||
{
|
||||
"Section": "9. AppService",
|
||||
@@ -3262,7 +3264,9 @@
|
||||
{
|
||||
"Id": "9.3",
|
||||
"Description": "Ensure 'FTP State' is set to 'FTPS Only' or 'Disabled'",
|
||||
"Checks": [],
|
||||
"Checks": [
|
||||
"app_ftp_deployment_disabled"
|
||||
],
|
||||
"Attributes": [
|
||||
{
|
||||
"Section": "9. AppService",
|
||||
@@ -3304,7 +3308,9 @@
|
||||
{
|
||||
"Id": "9.5",
|
||||
"Description": "Ensure that Register with Entra ID is enabled on App Service",
|
||||
"Checks": [],
|
||||
"Checks": [
|
||||
"app_register_with_identity"
|
||||
],
|
||||
"Attributes": [
|
||||
{
|
||||
"Section": "9. AppService",
|
||||
|
||||
Reference in New Issue
Block a user