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
Copy file name to clipboardExpand all lines: pkg-new/preflights/host-preflight.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1362,7 +1362,7 @@ spec:
1362
1362
collectorName: security-tools-packages
1363
1363
outcomes:
1364
1364
- warn:
1365
-
when: '{{ "{{" }} .IsInstalled {{ "}}" }}'
1365
+
when: "IsInstalled"
1366
1366
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
1367
- pass:
1368
1368
message: Package {{ "{{" }} .Name {{ "}}" }} is not installed
0 commit comments