From c0a87e2d489d14f1ce10a932715b51267e64a8dc Mon Sep 17 00:00:00 2001 From: Tian Liao Date: Thu, 26 Oct 2023 15:22:36 +0800 Subject: [PATCH] binskim pattern --- build/pipelines/azure-pipelines.release.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build/pipelines/azure-pipelines.release.yaml b/build/pipelines/azure-pipelines.release.yaml index aabe900e..52eb6790 100644 --- a/build/pipelines/azure-pipelines.release.yaml +++ b/build/pipelines/azure-pipelines.release.yaml @@ -29,6 +29,14 @@ extends: name: EssentialExperiences-windows-2022 image: MMSWindows2022-Secure os: windows + sdl: + binSkim: + analyzeTargetGlob: | + $(Build.BinariesDirectory)/**.dll; + $(Build.BinariesDirectory)/**.exe; + !**/clrcompression.dll + !**/WebView2Loader.dll + !**/Microsoft.Web.WebView2.Core.dll stages: - stage: Calculator