Skip to content
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 test.tf #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update test.tf #3

wants to merge 1 commit into from

Conversation

nehrman
Copy link
Owner

@nehrman nehrman commented May 1, 2024

No description provided.

@wiz-inc-d276811227
Copy link

wiz-inc-d276811227 bot commented May 1, 2024

Wiz Scan Summary

IaC Misconfigurations 0C 0H 1M 0L 0I
Vulnerabilities 0C 0H 0M 0L 0I
Sensitive Data 0C 0H 0M 0L 0I
Total 0C 0H 1M 0L 0I
Secrets 0🔑

@@ -31,7 +31,7 @@
server_name = azurerm_sql_server.example.name

threat_detection_policy {
state = "Enabled"
state = "Disabled"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Matched configuration rule "SQL Database should have Threat Detection enabled" [CloudSQL-028].

📝 Description
This rule checks whether the SQL database has Threat Detection enabled. Azure SQL Database Threat Detection is a security intelligence feature that identifies potential threats to the database. This feature detects potential vulnerabilities, SQL injection attacks, and anomalous database access patterns. Enable Azure SQL Database Threat Detection to identify suspicious activity in your SQL database.
Suggested change
state = "Disabled"
state = "Enabled"

@wiz-inc-6786f6b1c2
Copy link
Contributor

wiz-inc-6786f6b1c2 bot commented May 1, 2024

Wiz Scan Summary

IaC Misconfigurations 0C 0H 1M 0L 0I
Vulnerabilities 0C 0H 0M 0L 0I
Sensitive Data 0C 0H 0M 0L 0I
Total 0C 0H 1M 0L 0I
Secrets 0🔑

@@ -31,7 +31,7 @@
server_name = azurerm_sql_server.example.name

threat_detection_policy {
state = "Enabled"
state = "Disabled"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Matched configuration rule "SQL Database should have Threat Detection enabled" [CloudSQL-028].

📝 Description
This rule checks whether the SQL database has Threat Detection enabled. Azure SQL Database Threat Detection is a security intelligence feature that identifies potential threats to the database. This feature detects potential vulnerabilities, SQL injection attacks, and anomalous database access patterns. Enable Azure SQL Database Threat Detection to identify suspicious activity in your SQL database.
Suggested change
state = "Disabled"
state = "Enabled"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant