Skip to content

Commit abd6c9f

Browse files
authored
chore: add Microsoft Defender Antivirus to the list of security tools (#2176)
chore: add mdatp to the list of security tools This is to ensure that the Microsoft Defender Antivirus security tool is detected by the support bundle analysis. Signed-off-by: Evans Mungai <[email protected]>
1 parent ea3e5e2 commit abd6c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/installer/goods/support/host-support-bundle.tmpl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ spec:
298298
- run:
299299
collectorName: "ps-detect-antivirus-and-security-tools"
300300
command: "sh"
301-
args: [-c, "ps -ef | grep -E 'clamav|sophos|esets_daemon|fsav|symantec|mfend|ds_agent|kav|bdagent|s1agent|falcon|illumio|xagt|wdavdaemon' | grep -v grep"]
301+
args: [-c, "ps -ef | grep -E 'clamav|sophos|esets_daemon|fsav|symantec|mfend|ds_agent|kav|bdagent|s1agent|falcon|illumio|xagt|wdavdaemon|mdatp' | grep -v grep"]
302302
- filesystemPerformance:
303303
collectorName: filesystem-write-latency-etcd
304304
timeout: 5m

0 commit comments

Comments
 (0)