mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Code Scanning: Additionally exclude Java and C++.
This commit is contained in:
4
.github/codeql/codeql-config.yml
vendored
4
.github/codeql/codeql-config.yml
vendored
@@ -3,5 +3,7 @@ name: "CodeQL config"
|
||||
queries:
|
||||
- uses: security-and-quality
|
||||
|
||||
paths-ignore:
|
||||
paths-ignore:
|
||||
- '/cpp/'
|
||||
- '/java/'
|
||||
- '/python/'
|
||||
|
||||
Reference in New Issue
Block a user