diff --git a/frontend/utilities/constants.tsx b/frontend/utilities/constants.tsx index 2dda929671..13c98eaa67 100644 --- a/frontend/utilities/constants.tsx +++ b/frontend/utilities/constants.tsx @@ -84,6 +84,7 @@ export const MAX_OSQUERY_SCHEDULED_QUERY_INTERVAL = 604800; export const MIN_OSQUERY_VERSION_OPTIONS = [ { label: "All", value: "" }, + { label: "5.18.0 +", value: "5.18.0" }, { label: "5.17.0 +", value: "5.17.0" }, { label: "5.16.0 +", value: "5.16.0" }, { label: "5.15.0 +", value: "5.15.0" },