You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`drift_prevention` (List of Object) Drift prevention configuration. (see [below for nested schema](#nestedatt--drift_prevention))
83
83
-`enable_crypto_mining_dns` (Boolean)
84
84
-`enable_drift_prevention` (Boolean) If true, executables that are not in the original image is prevented from running.
85
-
-`enable_fork_guard` (Boolean) If true, fork bombs are prevented in the containers.
85
+
-`enable_fork_guard` (Boolean, **Deprecated**) Fork Guard is no longer supported for container runtime policies. This attribute will be removed in a future version.
86
86
-`enable_ip_reputation` (Boolean)
87
87
-`enable_ip_reputation_security` (Boolean) If true, detect and prevent communication from containers to IP addresses known to have a bad reputation.
88
88
-`enable_port_scan_detection` (Boolean) If true, detects port scanning behavior in the container.
-`exclude_application_scopes` (List of String) List of excluded application scopes.
96
96
-`exec_lockdown_white_list` (List of String) Specify processes that will be allowed
97
97
-`failed_kubernetes_checks` (List of Object) Failed Kubernetes checks configuration. (see [below for nested schema](#nestedatt--failed_kubernetes_checks))
98
-
-`fork_guard_process_limit` (Number) Process limit for the fork guard.
98
+
-`fork_guard_process_limit` (Number, **Deprecated**) Fork Guard is no longer supported for container runtime policies. This attribute will be removed in a future version.
-`drift_prevention` (Block List) Drift prevention configuration. (see [below for nested schema](#nestedblock--drift_prevention))
310
309
-`enable_crypto_mining_dns` (Boolean)
311
-
-`enable_fork_guard` (Boolean) If true, fork bombs are prevented in the containers.
310
+
-`enable_fork_guard` (Boolean, **Deprecated**) Fork Guard is no longer supported for container runtime policies. This attribute is ignored and will be removed in a future version.
312
311
-`enable_ip_reputation` (Boolean)
313
312
-`enable_port_scan_protection` (Boolean)
314
313
-`enabled` (Boolean) Indicates if the runtime policy is enabled or not.
-`failed_kubernetes_checks` (Block List, Max: 1) (see [below for nested schema](#nestedblock--failed_kubernetes_checks))
321
320
-`file_block` (Block List, Max: 1) (see [below for nested schema](#nestedblock--file_block))
322
321
-`file_integrity_monitoring` (Block List) Configuration for file integrity monitoring. (see [below for nested schema](#nestedblock--file_integrity_monitoring))
323
-
-`fork_guard_process_limit` (Number) Process limit for the fork guard.
322
+
-`fork_guard_process_limit` (Number, **Deprecated**) Fork Guard is no longer supported for container runtime policies. This attribute is ignored and will be removed in a future version.
0 commit comments