Skip to content

Commit 0d5d71c

Browse files
committed
fix string formatting
1 parent 9b226e3 commit 0d5d71c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sysdig/resource_sysdig_secure_rule_falco_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ func ruleGuardDuty(name string) string {
591591
tags = ["guardduty"]
592592
593593
condition = "guardduty.resourceType=\"Container\""
594-
output = "GuardDuty Event received (account ID=%guardduty.accountId)"
594+
output = "GuardDuty Event received (account ID=%%guardduty.accountId)"
595595
priority = "debug"
596596
source = "guardduty"
597597
}`, name, name)

0 commit comments

Comments
 (0)