This commit is contained in:
Sourabh Jain
2025-04-16 15:44:37 +05:30
parent 503ee48a4b
commit e4011bfe46
2 changed files with 5 additions and 4 deletions

View File

@@ -9,5 +9,9 @@ trigger:
pool: pool:
vmImage: "ubuntu-latest" vmImage: "ubuntu-latest"
defaults:
run:
workingDirectory: $(System.DefaultWorkingDirectory)/manifest
steps: steps:
- task: ComponentGovernanceComponentDetection@0 - task: ComponentGovernanceComponentDetection@0

View File

@@ -9,10 +9,7 @@
"CommitHash": "6718ae4e76be007542087b8a674d7a77861c7d08" "CommitHash": "6718ae4e76be007542087b8a674d7a77861c7d08"
} }
}, },
"DevelopmentDependency": false, "DevelopmentDependency": false
"skip": [
"package-lock.json"
]
} }
] ]
} }