From 803d3adfa2d77f55f9265f337fcca2944d3db168 Mon Sep 17 00:00:00 2001 From: Shruti Jaiswal Date: Thu, 18 Jul 2024 15:18:46 -0700 Subject: [PATCH] Mark sqlite as lib folder in CodeQL scan --- CodeQL.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CodeQL.yml diff --git a/CodeQL.yml b/CodeQL.yml new file mode 100644 index 000000000..3adc6d228 --- /dev/null +++ b/CodeQL.yml @@ -0,0 +1,5 @@ +# See https://eng.ms/docs/cloud-ai-platform/devdiv/one-engineering-system-1es/1es-docs/codeql/troubleshooting/bugs/generated-library-code +path_classifiers: + # Tagging the sqlite folder as 'library'. + library: + - "sqlite/**" \ No newline at end of file