From 4c82947f9623026edece17d51138e17089721eeb Mon Sep 17 00:00:00 2001 From: Westin Musser Date: Thu, 23 May 2024 10:58:21 -0700 Subject: [PATCH] Create codeql exclusions file --- CodeQL.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CodeQL.yaml diff --git a/CodeQL.yaml b/CodeQL.yaml new file mode 100644 index 0000000000..d7a59ad06a --- /dev/null +++ b/CodeQL.yaml @@ -0,0 +1,12 @@ +# CodeQL configuration file +# +# Check the following link for more information: +# https://eng.ms/docs/cloud-ai-platform/devdiv/one-engineering-system-1es/1es-docs/codeql/configuring-codeql3000-ado-pipelines#excluding-external-libraries-test-files-generated-files-docs + +path_classifiers: + test: + - "test/**" + - "perf/**" + docs: + - "docs/**" + - "samples/**" \ No newline at end of file