Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.

Commit f09efba

Browse files
committed
Adding back Windows ComponentGovernanceComponentDetection
1 parent 4b3c36b commit f09efba

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

azure-pipelines/build_windows.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,11 @@ steps:
1010
inputs:
1111
CredScan: true
1212

13+
- task: ComponentGovernanceComponentDetection@0
14+
condition: succeeded()
15+
inputs:
16+
scanType: 'Register'
17+
verbosity: 'Normal'
18+
alertWarningLevel: 'High'
19+
failOnAlert: true
20+
failOnStderr: true

0 commit comments

Comments
 (0)