Skip to content

Commit

Permalink
Merge pull request #277 from microsoft/users/tevinstanley/bimskim
Browse files Browse the repository at this point in the history
Update pipeline to use bimskim
  • Loading branch information
ttstanley authored May 22, 2023
2 parents f29359f + b7f8025 commit df18290
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ steps:
- task: NuGetToolInstaller@0
displayName: Pin nuget.exe version
inputs:
versionSpec: 4.6.1
versionSpec: 6.4.0

- task: MicroBuildSigningPlugin@1
inputs:
Expand Down Expand Up @@ -141,6 +141,14 @@ steps:
displayName: 'Publish Artifact: build logs'
condition: succeededOrFailed()

- task: BinSkim@4
displayName: Run BinSkim
inputs:
InputType: 'Basic'
Function: 'analyze'
TargetPattern: 'guardianGlob'
AnalyzeTargetGlob: 'bin/$(BuildConfiguration)/net472/Microsoft.VisualStudio.SlowCheetah*.dll;'

- task: PublishSecurityAnalysisLogs@3
displayName: 'Publish Guardian Artifacts'
inputs:
Expand Down

0 comments on commit df18290

Please sign in to comment.