Update osquery schema and flags to 5.20.0 (#37688)

This commit is contained in:
Lucas Manuel Rodriguez
2025-12-29 16:28:40 -03:00
committed by GitHub
parent 424ae271c8
commit 04d2a98b50
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
// Automatically generated by tools/osquery-agent-options for osquery 5.19.0. DO NOT EDIT!
// Automatically generated by tools/osquery-agent-options for osquery 5.20.0. DO NOT EDIT!
// To update flags for a new osquery version, update the osqueryVersion variable in
// "tools/osquery-agent-options/main.go" and run "cd server/fleet/ && go generate".
package fleet
+1 -1
View File
@@ -27,7 +27,7 @@ import (
var (
rxOption = regexp.MustCompile(`\-\-(\w+)\s`)
osqueryVersion = "5.19.0"
osqueryVersion = "5.20.0"
structTpl = template.Must(template.New("struct").Funcs(template.FuncMap{
"camelCase": camelCaseOptionName,
+1 -1
View File
@@ -44,7 +44,7 @@ NUDGE_VERSION=stable
ESCROW_BUDDY_PKG_VERSION=1.0.0
if [[ -z "$OSQUERY_VERSION" ]]; then
OSQUERY_VERSION=5.19.0
OSQUERY_VERSION=5.20.0
fi
mkdir -p $TUF_PATH/tmp