ci(codeql): Reduce duplicate scan noise
Remove the Java/Kotlin scan from CodeQL because this repository does not contain a buildable Java project. Load a dedicated CodeQL config that excludes generated plugin mirrors so duplicate template classes do not reduce scan coverage or signal quality.
This commit is contained in:
6
.github/codeql/codeql-config.yml
vendored
Normal file
6
.github/codeql/codeql-config.yml
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
name: "CodeQL Config"
|
||||
|
||||
paths-ignore:
|
||||
# Generated plugin mirrors create duplicate scan noise without adding
|
||||
# source coverage because the canonical sources live outside plugins/.
|
||||
- "plugins/**"
|
||||
Reference in New Issue
Block a user