diff --git a/azure-pipelines/build_windows.yaml b/azure-pipelines/build_windows.yaml index 29738930c..25b67bac6 100644 --- a/azure-pipelines/build_windows.yaml +++ b/azure-pipelines/build_windows.yaml @@ -10,3 +10,11 @@ steps: inputs: CredScan: true + - task: ComponentGovernanceComponentDetection@0 + condition: succeeded() + inputs: + scanType: 'Register' + verbosity: 'Normal' + alertWarningLevel: 'High' + failOnAlert: true + failOnStderr: true