From e4011bfe46b4be63df6581d67dc7e897b9c57589 Mon Sep 17 00:00:00 2001 From: Sourabh Jain Date: Wed, 16 Apr 2025 15:44:37 +0530 Subject: [PATCH] fix --- azure-pipelines.cg.yml | 4 ++++ cgmanifest.json => manifest/cgmanifest.json | 5 +---- 2 files changed, 5 insertions(+), 4 deletions(-) rename cgmanifest.json => manifest/cgmanifest.json (78%) 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