TidGi-Desktop/.github/codeql/codeql-config.yml
2025-10-24 16:04:20 +08:00

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'