From e544a9b94ba62d987081f8f53854eae54b6e13cc Mon Sep 17 00:00:00 2001 From: Andrew Eisenberg Date: Thu, 26 May 2022 10:21:55 -0700 Subject: [PATCH] Update codeql-workspace.yml Co-authored-by: Henry Mercer --- codeql-workspace.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/codeql-workspace.yml b/codeql-workspace.yml index c892d5e50c6..1bf0510af50 100644 --- a/codeql-workspace.yml +++ b/codeql-workspace.yml @@ -8,8 +8,11 @@ provide: - "go/ql/config/legacy-support/qlpack.yml" - "go/build/codeql-extractor-go/codeql-extractor.yml" - "javascript/ql/experimental/adaptivethreatmodeling/lib/qlpack.yml" - # This pack is explicitly excluded from the workspace since we - # require consumers to use a version of this pack from the package cache. + # This pack is explicitly excluded from the workspace since most users + # will want to use a version of this pack from the package cache. Internal + # users can uncomment the following line and place a custom ML model + # in the corresponding pack to test a custom ML model within their local + # checkout. # - "javascript/ql/experimental/adaptivethreatmodeling/model/qlpack.yml" - "javascript/ql/experimental/adaptivethreatmodeling/modelbuilding/qlpack.yml" - "javascript/ql/experimental/adaptivethreatmodeling/src/qlpack.yml"