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

Co-authored-by: Rubén De la Torre Vico <rubendltv22@gmail.com>
This commit is contained in:
Prowler Bot
2025-01-20 22:27:14 +01:00
committed by GitHub
parent c26a231fc1
commit 2441a62f39
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",