Skip to content

Commit 329783d

Browse files
banjohlaverya
andauthored
chore: add Windows Defender security tool in support bundle analyser (#2006)
chore: add Windows Defender (wdavdaemon) security tool in support bundle spec Signed-off-by: Evans Mungai <[email protected]> Co-authored-by: Andrew Lavery <[email protected]>
1 parent d0cd9aa commit 329783d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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' | 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' | grep -v grep"]
302302
- filesystemPerformance:
303303
collectorName: filesystem-write-latency-etcd
304304
timeout: 5m
@@ -620,7 +620,7 @@ spec:
620620
- textAnalyze:
621621
checkName: "Detect Threat Management and Network Security Tools"
622622
fileName: host-collectors/run-host/ps-detect-antivirus-and-security-tools.txt
623-
regex: '\b(clamav|sophos|esets_daemon|fsav|symantec|mfend|ds_agent|kav|bdagent|s1agent|falcon|illumio|xagt)\b'
623+
regex: '\b(clamav|sophos|esets_daemon|fsav|symantec|mfend|ds_agent|kav|bdagent|s1agent|falcon|illumio|xagt|wdavdaemon)\b'
624624
ignoreIfNoFiles: true
625625
outcomes:
626626
- fail:

0 commit comments

Comments
 (0)