diff --git a/azure-pipelines.cg.yml b/azure-pipelines.cg.yml index 2cfce15c2..a3d549b61 100644 --- a/azure-pipelines.cg.yml +++ b/azure-pipelines.cg.yml @@ -9,5 +9,9 @@ trigger: pool: vmImage: "ubuntu-latest" +defaults: + run: + workingDirectory: $(System.DefaultWorkingDirectory)/manifest + steps: - task: ComponentGovernanceComponentDetection@0 diff --git a/cgmanifest.json b/manifest/cgmanifest.json similarity index 78% rename from cgmanifest.json rename to manifest/cgmanifest.json index b3bc11947..9e4f14ac5 100644 --- a/cgmanifest.json +++ b/manifest/cgmanifest.json @@ -9,10 +9,7 @@ "CommitHash": "6718ae4e76be007542087b8a674d7a77861c7d08" } }, - "DevelopmentDependency": false, - "skip": [ - "package-lock.json" - ] + "DevelopmentDependency": false } ] } \ No newline at end of file