Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Smjert committed Jul 5, 2024
1 parent 411b275 commit 70cb4c1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/hosted_runners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,9 @@ jobs:

container:
image: osquery/builder20.04:5b6916940
options: --privileged --init -v /var/run/docker.sock:/var/run/docker.sock
options: --privileged --init -v /var/run/docker.sock:/var/run/docker.sock --user 1001

steps:
- name: Debug flow
run: |
ls -ld .
- name: Clone the osquery repository
uses: actions/checkout@v4

Expand All @@ -70,6 +67,7 @@ jobs:
- name: Check the copyright headers
run: |
./tools/ci/scripts/check_copyright_headers.py
id
- name: Setup the build paths
shell: bash
Expand Down

0 comments on commit 70cb4c1

Please sign in to comment.