Skip to content

Commit

Permalink
Sync tools folder from main branch to generation branch (Azure#25503)
Browse files Browse the repository at this point in the history
Co-authored-by: azurepowershell <[email protected]>
  • Loading branch information
azure-powershell-bot and azurepowershell authored Jul 12, 2024
1 parent eb41d92 commit 753d10e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/security-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
New-Item $(Build.SourcesDirectory)/artifacts/FilesToScan.rsp -ItemType File -Force
(Get-ChildItem -Path .\artifacts\Debug -Include *.dll,*.exe -Exclude msalruntime.dll,msalruntime_arm64.dll,msalruntime_x86.dll -Recurse).FullName > $(Build.SourcesDirectory)/artifacts/FilesToScan.rsp
pwsh: true
- task: securedevelopmentteam.vss-secure-development-tools.build-task-binskim.BinSkim@3

- task: securedevelopmentteam.vss-secure-development-tools.build-task-binskim.BinSkim@4
displayName: Run BinSkim
inputs:
InputType: 'CommandLine'
Expand Down

0 comments on commit 753d10e

Please sign in to comment.