From 6f08a9816d164f8a4a0c5a16292791ac52917bac Mon Sep 17 00:00:00 2001 From: "REDMOND\\arroyc" Date: Sat, 6 Apr 2024 10:16:56 -0700 Subject: [PATCH] add excludepath pattern --- ado-codeql.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ado-codeql.yml b/ado-codeql.yml index 0474b59ab..df6674d53 100644 --- a/ado-codeql.yml +++ b/ado-codeql.yml @@ -15,7 +15,8 @@ jobs: - task: CodeQL3000Init@0 inputs: Enabled: true - Language: javascript + Language: javascript + ExcludePathPatterns: $(Build.SourcesDirectory)/test # Build tasks # CodeQL WILL NOT WORK for compiled languages if there are no build tasks here