From 2cb36882f3fcfb7e6ec5056a13d5ed93e3807296 Mon Sep 17 00:00:00 2001 From: Dale Hirt <2246127+dalehhirt@users.noreply.github.com> Date: Wed, 2 Oct 2024 19:28:57 -0700 Subject: [PATCH] feat: enable sdl tools for CI build. --- azure-pipelines-CI.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/azure-pipelines-CI.yml b/azure-pipelines-CI.yml index 009a3ce3b..9c362f4cf 100644 --- a/azure-pipelines-CI.yml +++ b/azure-pipelines-CI.yml @@ -50,6 +50,10 @@ extends: sdl: git: longpaths: true + tsa: + enabled: true + policheck: + enabled: true stages: - stage: build