Skip to content

Commit

Permalink
Fix binskim target argument
Browse files Browse the repository at this point in the history
  • Loading branch information
MaggieKimani1 authored and millicentachieng committed Jan 12, 2024
1 parent d8b89d9 commit 163b7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ stages:
displayName: 'Run BinSkim - Product Binaries'
inputs:
InputType: Basic
AnalyzeTarget: '$(ProductBinPath)\**\Microsoft.OpenApi.dll'
AnalyzeTargetGlob: '$(ProductBinPath)\**\Microsoft.OpenApi.dll'
AnalyzeSymPath: '$(ProductBinPath)'
AnalyzeVerbose: true
AnalyzeHashes: true
Expand Down

0 comments on commit 163b7bb

Please sign in to comment.