From 25f6ac3ec4d7ca037be5ce7d18f455fdf0325073 Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Wed, 16 Feb 2022 13:37:46 +0000 Subject: [PATCH] JS: Remove ML model pack from default workspace We only want to put the checked out version of the model pack to test a custom model. Given that the repo doesn't contain any models by default, most users won't want the local checkout of the model pack to override the one downloaded from the package registry. --- .codeqlmanifest.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.codeqlmanifest.json b/.codeqlmanifest.json index c7c18333fa5..687811d78d7 100644 --- a/.codeqlmanifest.json +++ b/.codeqlmanifest.json @@ -6,7 +6,6 @@ "*/ql/examples/qlpack.yml", "cpp/ql/test/query-tests/Security/CWE/CWE-190/semmle/tainted/qlpack.yml", "javascript/ql/experimental/adaptivethreatmodeling/lib/qlpack.yml", - "javascript/ql/experimental/adaptivethreatmodeling/model/qlpack.yml", "javascript/ql/experimental/adaptivethreatmodeling/modelbuilding/qlpack.yml", "javascript/ql/experimental/adaptivethreatmodeling/src/qlpack.yml", "csharp/ql/campaigns/Solorigate/lib/qlpack.yml",