mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
Merge pull request #7244 from github/henrymercer/atm-specify-ml-models-globs
JS: [Internal only] Add ML models specification to ATM query pack definition
This commit is contained in:
3
javascript/ql/experimental/adaptivethreatmodeling/src/.gitignore
vendored
Normal file
3
javascript/ql/experimental/adaptivethreatmodeling/src/.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
# Avoid checking in ML models
|
||||
# This matches the mlModels property of qlpack.yml.
|
||||
resources/*.codeqlmodel
|
||||
@@ -5,3 +5,5 @@ suites: codeql-suites
|
||||
defaultSuiteFile: codeql-suites/javascript-atm-code-scanning.qls
|
||||
dependencies:
|
||||
codeql/javascript-experimental-atm-lib: "*"
|
||||
mlModels:
|
||||
- "resources/*.codeqlmodel"
|
||||
|
||||
Reference in New Issue
Block a user