Skip to content

Commit c6f50a1

Browse files
committed
fix(shield): address review comments
Signed-off-by: Roberto Scolaro <roberto.scolaro21@gmail.com>
1 parent 85f8f17 commit c6f50a1

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

charts/shield/templates/host/_configmap_helpers.tpl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ true
106106
(dict "enabled" .investigations.audit_tap.enabled)
107107
"drift_control"
108108
(dict "enabled" .detections.drift_control.enabled)
109-
"file_integrity_monitoring"
110-
(dict "enabled" .detections.file_integrity_monitoring.enabled)
111109
"jmx"
112110
(dict "enabled" (dig (include "host.monitor_key" .) "java_management_extensions" "enabled" false .))
113111
"live_logs"

charts/shield/tests/host/configmap-dragent-yaml_test.yaml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -780,19 +780,6 @@ tests:
780780
malware_control:
781781
enabled: true
782782
783-
- it: Enable File Integrity Monitoring
784-
set:
785-
features:
786-
detections:
787-
file_integrity_monitoring:
788-
enabled: true
789-
asserts:
790-
- matchRegex:
791-
path: data['dragent.yaml']
792-
pattern: |
793-
file_integrity_monitoring:
794-
enabled: true
795-
796783
- it: Enable Network Security
797784
set:
798785
features:

0 commit comments

Comments
 (0)