From 6a87fc42333b6b8eaa9bd187ba945123bd592802 Mon Sep 17 00:00:00 2001 From: Timothy Mothra Date: Thu, 20 Jan 2022 15:04:07 -0800 Subject: [PATCH] Update pipeline.user.yml (#2523) --- .pipelines/pipeline.user.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pipelines/pipeline.user.yml b/.pipelines/pipeline.user.yml index d76c06cf0a..68105c01c2 100644 --- a/.pipelines/pipeline.user.yml +++ b/.pipelines/pipeline.user.yml @@ -11,7 +11,7 @@ static_analysis_options: disable_tool_scan: false fail_on_error: true files_to_scan: - - from: 'src' + - from: 'bin' policheck_options: disable_tool_scan: false fail_on_error: true