fix: update Azure CIS with existing App checks (#6611)

This commit is contained in:
Rubén De la Torre Vico
2025-01-20 21:12:00 +01:00
committed by GitHub
parent bbba0abac9
commit 4dc1602b77
2 changed files with 12 additions and 4 deletions
+3 -1
View File
@@ -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",
+9 -3
View File
@@ -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",