Skip to content

Commit

Permalink
Correct spec file name to macwin (#8311)
Browse files Browse the repository at this point in the history
  • Loading branch information
directionless committed May 7, 2024
1 parent f3da9aa commit f11657c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .github/workflows/hosted_runners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ on:
push:
branches:
- 'master'
- 'main'

tags:
- '*'
Expand Down Expand Up @@ -121,6 +122,21 @@ jobs:
--repository .
# Test generating the website json
check_genwebsitejson:
needs: [check_code_style, check_libraries_manifest]
runs-on: ubuntu-20.04

container:
image: osquery/builder18.04:c7a9d706d
options: --privileged --init -v /var/run/docker.sock:/var/run/docker.sock

steps:
- name: Clone the osquery repository
uses: actions/checkout@v1

- name: genwebsitejson.py
run: python3 tools/codegen/genwebsitejson.py --specs=specs/


# This job runs source code analysis tools (currently, just cppcheck)
Expand Down
2 changes: 1 addition & 1 deletion specs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ function(generateNativeTables)
"darwin/xprotect_entries.table:macos"
"darwin/xprotect_meta.table:macos"
"darwin/xprotect_reports.table:macos"
"darwindows/battery.table:macos,windows"
"linux/apparmor_events.table:linux"
"linux/apparmor_profiles.table:linux"
"linux/apt_sources.table:linux"
Expand Down Expand Up @@ -193,6 +192,7 @@ function(generateNativeTables)
"linux/systemd_units.table:linux"
"linux/yum_sources.table:linux"
"linwin/intel_me_info.table:linux,windows"
"macwin/battery.table:macos,windows"
"kernel_info.table:linux,macos,windows"
"posix/extended_attributes.table:linux,macos"
"posix/acpi_tables.table:linux,macos"
Expand Down
File renamed without changes.

0 comments on commit f11657c

Please sign in to comment.