We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 824f0ab commit 1dea0a4Copy full SHA for 1dea0a4
website/docs/r/secure_policy.md
@@ -20,7 +20,7 @@ resource "sysdig_secure_policy" "write_apt_database" {
20
description = "an attempt to write to the dpkg database by any non-dpkg related program"
21
severity = 4
22
enabled = true
23
- runbook = "https://runbook.com
+ runbook = "https://runbook.com"
24
25
// Scope selection
26
scope = "container.id != \"\""
0 commit comments