diff --git a/azure-pipelines.cg.yml b/azure-pipelines.cg.yml index a3d549b61..09a34dee1 100644 --- a/azure-pipelines.cg.yml +++ b/azure-pipelines.cg.yml @@ -9,9 +9,11 @@ trigger: pool: vmImage: "ubuntu-latest" -defaults: - run: - workingDirectory: $(System.DefaultWorkingDirectory)/manifest - steps: - task: ComponentGovernanceComponentDetection@0 + inputs: + scanType: 'Register' + verbosity: 'Verbose' + sourceScanPath: 'manifest' + detectorsFilter: 'cgmanifest' + alertWarningLevel: 'Low'