From f09efba5804d512bb25229e8d88f560360b6dfb4 Mon Sep 17 00:00:00 2001 From: dumbledad Date: Thu, 15 Jul 2021 12:41:25 +0100 Subject: [PATCH] Adding back Windows ComponentGovernanceComponentDetection --- azure-pipelines/build_windows.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) 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