Update osquery schema and flags to 5.20.0 (#37688)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user