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
message: "No antivirus or network security tools detected."
642
+
- systemPackages:
643
+
checkName: "Detected Security Packages"
644
+
collectorName: security-tools-packages
645
+
outcomes:
646
+
- fail:
647
+
when: '{{ "{{" }} .IsInstalled {{ "}}" }}'
648
+
message: Package {{ "{{" }} .Name {{ "}}" }} is installed. This tool can interfere with kubernetes operation. Ensure the tool is either disabled or configured to not interfere with kubernetes operation.
649
+
- pass:
650
+
message: Package {{ "{{" }} .Name {{ "}}" }} is not installed
0 commit comments