Skip to content

Commit b3eccf4

Browse files
committed
update docs
1 parent 8712f41 commit b3eccf4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

sysdig/resource_sysdig_secure_drift_policy_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ func TestAccDriftPolicy(t *testing.T) {
3939
{
4040
Config: driftPolicyWithoutExceptions(rText()),
4141
},
42-
{
43-
Config: driftPolicyWithMountedVolumeDriftEnabled(rText()),
44-
}
42+
{
43+
Config: driftPolicyWithMountedVolumeDriftEnabled(rText()),
44+
},
4545
},
4646
})
4747
}

website/docs/r/secure_drift_policy.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ The rule block is required and supports:
122122
* `items` - (Required) Specify comma separated list of processes, e.g. `/usr/bin/rm, /usr/bin/curl`.
123123
* `process_based_prohibited_binaries` - (Optional) List of processes that will be prohibited to execute a drifted file
124124
* `items` - (Required) Specify comma separated list of processes, e.g. `/usr/bin/rm, /usr/bin/curl`.
125+
* `mounted_volume_drift_enabled` - (Optional) Treat all binaries from mounted volumes as drifted. Default value is false/disabled.
125126

126127

127128

0 commit comments

Comments
 (0)