fix: only scan rg.exe with BinSkim (#36)

* chore: run BinSkim only on output file

* Debug output

* Only scan one rg.exe
This commit is contained in:
Raymond Zhao 2024-03-22 11:57:05 -07:00 коммит произвёл GitHub
Родитель dc7909077a
Коммит 487a23d174
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -18,6 +18,8 @@ extends:
parameters:
sdl:
sourceAnalysisPool: 1es-oss-windows-2022-x64
binskim:
analyzeTargetGlob: '$(Build.SourcesDirectory)/ripgrep/target/**/release/rg.exe'
tsa:
enabled: true