mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-31 22:33:32 -08:00
15 lines
327 B
YAML
15 lines
327 B
YAML
name: "TidGi CodeQL Security Analysis"
|
|
|
|
# Paths to analyze (only source code)
|
|
paths:
|
|
- src
|
|
- scripts
|
|
|
|
# Paths to ignore within the analyzed paths
|
|
# (Excludes test files and mock data from security analysis)
|
|
paths-ignore:
|
|
- '**/__tests__/**'
|
|
- '**/__mocks__/**'
|
|
- '**/*.test.ts'
|
|
- '**/*.test.tsx'
|
|
- '**/*.spec.ts'
|