Skip to content

Commit

Permalink
Merge pull request #528 from jmpsec/osquery-5.13.1
Browse files Browse the repository at this point in the history
Support for osquery 5.13.1
  • Loading branch information
javuto authored Oct 9, 2024
2 parents 6d47cca + 078051e commit 8d8900f
Show file tree
Hide file tree
Showing 13 changed files with 136 additions and 70 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
OSCTRL_VERSION=0.4.0
OSQUERY_VERSION=5.12.1
OSQUERY_VERSION=5.13.1
NGINX_VERSION=1.21.6-alpine
POSTGRES_VERSION=13.5-alpine
POSTGRES_DB_NAME=osctrl
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test_main_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
GOLANG_VERSION: 1.23.0
OSQUERY_VERSION: 5.12.1
OSQUERY_VERSION: 5.13.1

jobs:
build_and_test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

env:
GOLANG_VERSION: 1.23.0
OSQUERY_VERSION: 5.12.1
OSQUERY_VERSION: 5.13.1

jobs:
build_and_test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create_tagged_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
GOLANG_VERSION: 1.23.0
OSQUERY_VERSION: 5.12.1
OSQUERY_VERSION: 5.13.1

jobs:
build_and_test:
Expand Down
2 changes: 1 addition & 1 deletion deploy/cicd/deb/generate-deb-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
OSCTRL_USER="${VARIABLE:-osctrl}"
OSCTRL_GROUP="${VARIABLE:-osctrl}"
WORKING_DIR="${VARIABLE:-/etc/osctrl}"
OSQUERY_VESION="${VARIABLE:-5.12.1}"
OSQUERY_VESION="${VARIABLE:-5.13.1}"
OSCTRL_VERSION="${VARIABLE:-0.0.0}"

###################################### Init DEB contents ######################################
Expand Down
2 changes: 1 addition & 1 deletion deploy/docker/conf/dev/.env.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
OSCTRL_VERSION=0.4.0
OSQUERY_VERSION=5.12.1
OSQUERY_VERSION=5.13.1
NGINX_VERSION=1.21.6-alpine
POSTGRES_VERSION=13.5-alpine
POSTGRES_DB_NAME=osctrl
Expand Down
Loading

0 comments on commit 8d8900f

Please sign in to comment.