mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-30 05:27:36 +02:00
Add a manual Android CodeQL security shard scoped to app production sources. Verified with profile=android-security on Blacksmith in 4m22s.
22 lines
383 B
YAML
22 lines
383 B
YAML
name: openclaw-codeql-android-critical-security
|
|
|
|
disable-default-queries: true
|
|
|
|
queries:
|
|
- uses: security-extended
|
|
|
|
paths:
|
|
- apps/android/app/src/main
|
|
|
|
paths-ignore:
|
|
- "**/.gradle"
|
|
- "**/build"
|
|
- "**/node_modules"
|
|
- "**/coverage"
|
|
- "**/*.generated.*"
|
|
- "**/*Test.kt"
|
|
- "**/*Test.java"
|
|
- "**/*Benchmark.kt"
|
|
- apps/android/app/src/test
|
|
- apps/android/benchmark
|