-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update main.tf #14
base: azure-template
Are you sure you want to change the base?
Update main.tf #14
Conversation
🚀 env0 had composed a PR Plan for environment My First Project / Azure Tempalte-25130:
Plan Details
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❌ Jit has detected 2 important findings in this PR that you should review.
The findings are detailed below as separate comments.
It’s highly recommended that you fix these security issues before merge.
@@ -62,8 +62,36 @@ resource "azurerm_app_service" "dockerapp" { | |||
} | |||
} | |||
|
|||
|
|||
resource "azurerm_app_service" "dockerapp2" { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Security control: Cloud Infrastructure Misconfiguration
Type: Azure App Service Client Certificate Disabled
Description: Azure App Service client certificate should be enabled
Severity: HIGH
Jit Bot commands and options (e.g., ignore issue)
You can trigger Jit actions by commenting on this PR review:
#jit_ignore_finding
Ignore this specific single instance of finding#jit_ignore_type_this_repo
Ignore any finding of this type in this repo#jit_undo_ignore
Undo ignore command
@@ -62,8 +62,36 @@ resource "azurerm_app_service" "dockerapp" { | |||
} | |||
} | |||
|
|||
|
|||
resource "azurerm_app_service" "dockerapp2" { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Security control: Cloud Infrastructure Misconfiguration
Type: Web App Accepting Traffic Other Than Https
Description: Web app should only accept HTTPS traffic in Azure Web App Service.
Severity: HIGH
Jit Bot commands and options (e.g., ignore issue)
You can trigger Jit actions by commenting on this PR review:
#jit_ignore_finding
Ignore this specific single instance of finding#jit_ignore_type_this_repo
Ignore any finding of this type in this repo#jit_undo_ignore
Undo ignore command
No description provided.