@@ -56,7 +56,7 @@ resource "sysdig_secure_managed_policy" "sample" {
5656 name = "Sysdig Runtime Threat Detection"
5757 enabled = true
5858 scope = "container.id != \"\""
59- disabled_rules = ["Dump memory for credentials "]
59+ disabled_rules = ["Hexadecimal string detected "]
6060 runbook = "https://sysdig.com"
6161
6262 actions {
@@ -80,7 +80,7 @@ resource "sysdig_secure_managed_policy" "sample" {
8080 name = "Sysdig Runtime Threat Detection"
8181 enabled = true
8282 scope = "container.id != \"\""
83- disabled_rules = ["Dump memory for credentials "]
83+ disabled_rules = ["Hexadecimal string detected "]
8484 runbook = "https://sysdig.com"
8585
8686 actions {}
@@ -96,7 +96,7 @@ resource "sysdig_secure_managed_policy" "sample" {
9696 name = "Sysdig Runtime Threat Detection"
9797 enabled = true
9898 scope = "container.id != \"\""
99- disabled_rules = ["Dump memory for credentials "]
99+ disabled_rules = ["Hexadecimal string detected "]
100100 runbook = "https://sysdig.com"
101101
102102 actions {
@@ -123,7 +123,7 @@ func managedPolicyWithKillAction() string {
123123 name = "Sysdig Runtime Threat Detection"
124124 enabled = true
125125 scope = "container.id != \"\""
126- disabled_rules = ["Dump memory for credentials "]
126+ disabled_rules = ["Hexadecimal string detected "]
127127 runbook = "https://sysdig.com"
128128
129129 actions {
0 commit comments