mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-09-07 15:07:17 +00:00
19 lines
663 B
YAML
19 lines
663 B
YAML
# CodeQL configuration
|
|
# https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning
|
|
|
|
name: "JavaScript/TypeScript Security Analysis"
|
|
|
|
disable-default-queries: false
|
|
|
|
queries:
|
|
- uses: security-extended
|
|
- uses: security-and-quality
|
|
|
|
# Paths to exclude from analysis
|
|
paths-ignore:
|
|
- "**/node_modules/**"
|
|
# The minified es-module-shims distribution currently triggers findings in
|
|
# third-party code. Keep this exception file-specific so Preact, HTM, and
|
|
# future files under static/lib remain covered.
|
|
- "pkg/service/soundtouchweb/static/lib/es-module-shims.js"
|