diff --git a/.CodeQL.yml b/.CodeQL.yml new file mode 100644 index 00000000000..71d797b7904 --- /dev/null +++ b/.CodeQL.yml @@ -0,0 +1,10 @@ +# This file configures CodeQL scanning path exclusions. +# For more information, see: +# https://eng.ms/docs/cloud-ai-platform/devdiv/one-engineering-system-1es/1es-docs/codeql/troubleshooting/bugs/generated-library-code + +path_classifiers: + refs: + # The playground and tests directories are not product code, + # so they don't need to be scanned by CodeQL. + - playground/** + - tests/**