Skip to content

Commit a51d04f

Browse files
DET-728: fixed failing test
1 parent ca6dcd3 commit a51d04f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sumologic/resource_sumologic_cse_match_rule_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,10 @@ func testOverrideCSEMatchRuleConfig(descriptionExpression string) string {
222222
resource "sumologic_cse_match_rule" "sumo_match_rule_test" {
223223
description_expression = "%s"
224224
enabled = true
225+
expression = <<-EOT
226+
lower(parentBaseImage) like '%%winwosrd.exe'
227+
AND lower(baseImage) like '%%csc.exe'
228+
EOT
225229
is_prototype = false
226230
name = ".NET Framework Remote Code Execution Vulnerability"
227231
name_expression = ".NET Framework Remote Code Execution Vulnerability"

0 commit comments

Comments
 (0)