From a9b3a489e0942f09a2ab473039a9183ba095188d Mon Sep 17 00:00:00 2001 From: William Godbe Date: Fri, 27 Sep 2024 14:31:20 -0700 Subject: [PATCH] Enable TSA/Policheck (#75) --- ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ci.yml b/ci.yml index 0288bb9..dbacf1b 100644 --- a/ci.yml +++ b/ci.yml @@ -19,6 +19,11 @@ resources: extends: template: v1/1ES.Official.PipelineTemplate.yml@1esPipelines parameters: + sdl: + policheck: + enabled: true + tsa: + enabled: true pool: name: NetCore1ESPool-Svc-Internal image: windows.vs2019.amd64 @@ -34,4 +39,4 @@ extends: clean: all steps: - script: echo "Hello World" - displayName: Build Step \ No newline at end of file + displayName: Build Step