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
# Fallback: list only command names (not full args)
234
+
ps -eo comm=
235
235
fi \
236
236
| awk -v pat="$pat" '
237
237
BEGIN { IGNORECASE=1 }
238
-
/(awk|grep|pgrep|ps|sh -c)/ { next }
239
238
{
240
239
line=$0
241
240
while (match(line, pat)) {
@@ -1362,7 +1361,7 @@ spec:
1362
1361
collectorName: security-tools-packages
1363
1362
outcomes:
1364
1363
- warn:
1365
-
when: "IsInstalled"
1364
+
when: '{{ "{{" }} .IsInstalled {{ "}}" }}'
1366
1365
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.
1367
1366
- pass:
1368
1367
message: Package {{ "{{" }} .Name {{ "}}" }} is not installed
0 commit comments