Skip to content

Commit 8bce29f

Browse files
committed
Adding policheck
1 parent f7340e5 commit 8bce29f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.azure-devops/component-governance.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,9 @@ steps:
1313

1414
- task: ms.vss-governance-buildtask.governance-build-task-component-detection.ComponentGovernanceComponentDetection@0
1515
displayName: 'CG Component Detection'
16+
17+
- task: securedevelopmentteam.vss-secure-development-tools.build-task-policheck.PoliCheck@1
18+
displayName: Run PoliCheck on source
19+
inputs:
20+
targetArgument: $(Build.SourcesDirectory)
21+
continueOnError: false

0 commit comments

Comments
 (0)