Channels
doorman
zercurity
infrastructure
code-review
queryhub
apple-silicon
carving
goquery
aws
querycon
golang
file-carving
fuzzing
help-proxy
darkbytes
process-auditing
general
windows
random
fleet-dev
tls
fim
zentral
zeek
auditing-warroom
linen-dev
fleetosquery
plugins
jobs
arm-architecture
uptycs
android_tests
selfgroup
vendor-feeds
fleet
eclecticiq-polylogyx-extension
ebpf
website
core
macos
kolide
osctrl
extensions
foundation
sql
officehours
linux
community-feeds
Powered by
#general
Title
n
nick fury
12/12/2022, 7:54 AM
any help to build mannualy osquery 4.8? how can I clone from github the source code
s
Stefano Bonicatti
12/12/2022, 12:39 PM
Hello
@nick fury
, the wiki contains the instructions:
https://osquery.readthedocs.io/en/4.8.0/development/building/
n
nick fury
12/12/2022, 1:38 PM
but the github git code there is not for 4.8
s
Stefano Bonicatti
12/12/2022, 1:56 PM
I see what you mean now. We create git tags for each release we do; you would follow the same steps in the wiki to clone and then
git checkout 4.8.0
from the source folder
the repository already contains all the versions that have ever been released. You can also check which tags are present with
git tag
.
n
nick fury
12/12/2022, 2:29 PM
thanks
Post