[ci][binskim]skip cppwinrt.exe binary checks (#14628)

This commit is contained in:
Jaime Bernardo 2021-11-24 20:05:54 +00:00 committed by GitHub
parent d2c6148662
commit 375ce4c798
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -255,6 +255,7 @@ static_analysis_options:
exclude:
- 'WiX.*/**/*.dll'
- 'Wix.*/**/*.exe'
- 'Microsoft.Windows.CppWinRT.*/**/*.exe'
moderncop_options:
files_to_scan:
- from: 'src'