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