mirror of
https://github.com/Radarr/Radarr
synced 2026-01-23 07:54:53 +01:00
18 lines
253 B
YAML
18 lines
253 B
YAML
name: "Aletheia CodeQL Configuration"
|
|
|
|
queries:
|
|
- uses: security-and-quality
|
|
|
|
packs:
|
|
csharp:
|
|
- .github/codeql/extensions
|
|
|
|
query-filters:
|
|
- exclude:
|
|
id: cs/log-forging
|
|
|
|
paths-ignore:
|
|
- node_modules
|
|
- _output
|
|
- _tests
|
|
- _artifacts
|