mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-13 04:48:15 +00:00
fix(ci): add macOS CodeQL security shard
Add a manual macOS CodeQL security shard scoped to app sources. Verified with profile=macos-security on Blacksmith in 16m55s.
This commit is contained in:
parent
b6be422306
commit
36b5e34fc0
2 changed files with 50 additions and 0 deletions
17
.github/codeql/codeql-macos-critical-security.yml
vendored
Normal file
17
.github/codeql/codeql-macos-critical-security.yml
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
name: openclaw-codeql-macos-critical-security
|
||||
|
||||
disable-default-queries: true
|
||||
|
||||
queries:
|
||||
- uses: security-extended
|
||||
|
||||
paths:
|
||||
- apps/macos/Sources
|
||||
|
||||
paths-ignore:
|
||||
- "**/.build"
|
||||
- "**/.build/**"
|
||||
- "**/DerivedData"
|
||||
- "**/DerivedData/**"
|
||||
- "**/*.generated.swift"
|
||||
- "**/*Tests.swift"
|
||||
Loading…
Add table
Add a link
Reference in a new issue