mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-20 13:23:13 -07:00
binskim pattern
This commit is contained in:
parent
4d6a2a4ee4
commit
c0a87e2d48
1 changed files with 8 additions and 0 deletions
|
@ -29,6 +29,14 @@ extends:
|
||||||
name: EssentialExperiences-windows-2022
|
name: EssentialExperiences-windows-2022
|
||||||
image: MMSWindows2022-Secure
|
image: MMSWindows2022-Secure
|
||||||
os: windows
|
os: windows
|
||||||
|
sdl:
|
||||||
|
binSkim:
|
||||||
|
analyzeTargetGlob: |
|
||||||
|
$(Build.BinariesDirectory)/**.dll;
|
||||||
|
$(Build.BinariesDirectory)/**.exe;
|
||||||
|
!**/clrcompression.dll
|
||||||
|
!**/WebView2Loader.dll
|
||||||
|
!**/Microsoft.Web.WebView2.Core.dll
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- stage: Calculator
|
- stage: Calculator
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue