Skip to content

Commit

Permalink
Bring back PoliCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Feb 7, 2024
1 parent f8b892b commit 1ce395c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions azure-pipelines/secure-development-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ steps:
- powershell: echo "##vso[build.addbuildtag]compliance"
displayName: 🏷️ Tag run with 'compliance'

- task: PoliCheck@2
displayName: 🔍 Run PoliCheck
inputs:
targetType: F
targetArgument: $(System.DefaultWorkingDirectory)
optionsUEPATH: $(System.DefaultWorkingDirectory)\azure-pipelines\PoliCheckExclusions.xml

- task: CopyFiles@2
displayName: 📂 Collect APIScan inputs
inputs:
Expand Down

0 comments on commit 1ce395c

Please sign in to comment.