forked from osquery/osquery
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Use the newer Docker image for Linux to support newer actions that need NodeJS 20+ - Update the checkout action to the latest, and stop doing workarounds for the git cloning, since the git version is newer than 2.18. - Update the osquery-packaging version used so that we can stop installing unnecessary packages (compilers and so on) - The docker image doesn't run as root anymore, but as a user with the same name and uid of the host. No need to create an unprivileged user anymore. The user is also in the docker group; no need to set the permissions on the docker socket file. - Add options to the container only when necessary, and don't use the container at all if not necessary.
- Loading branch information
Showing
2 changed files
with
119 additions
and
177 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.