Skip to content

Commit 1dea0a4

Browse files
authored
Fix example for policy runbook (#224)
1 parent 824f0ab commit 1dea0a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/secure_policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ resource "sysdig_secure_policy" "write_apt_database" {
2020
description = "an attempt to write to the dpkg database by any non-dpkg related program"
2121
severity = 4
2222
enabled = true
23-
runbook = "https://runbook.com
23+
runbook = "https://runbook.com"
2424
2525
// Scope selection
2626
scope = "container.id != \"\""

0 commit comments

Comments
 (0)