From 3b81c2b0090e424373918f82ee4d53b72ddf2a03 Mon Sep 17 00:00:00 2001 From: gearama <50641385+gearama@users.noreply.github.com> Date: Mon, 30 Dec 2024 15:32:10 -0800 Subject: [PATCH] Enable code AN in CI (#6315) --- eng/pipelines/templates/jobs/ci.tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eng/pipelines/templates/jobs/ci.tests.yml b/eng/pipelines/templates/jobs/ci.tests.yml index 643e11cf3..2e61f3d27 100644 --- a/eng/pipelines/templates/jobs/ci.tests.yml +++ b/eng/pipelines/templates/jobs/ci.tests.yml @@ -100,6 +100,8 @@ jobs: value: ${{ parameters.ServiceDirectory }} - name: Codeql.SkipTaskAutoInjection value: false + - name: AZURE_ENABLE_STATIC_ANALYSIS + value: true - ${{ each testEnvVar in parameters.TestEnv }}: - name: ${{ testEnvVar.Name }} value: ${{ testEnvVar.Value }}