File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ Repository for the Azure DevOps extension wrapper around the OWASP Dependency Ch
44
55## Build & ; Deploy Instructions
66
7- See the [ Build README.md] ( ./build/README.md ) file for details on building and deploying.
7+ See the [ Build README.md] ( ./build/pipeline/ README.md ) file for details on building and deploying.
Original file line number Diff line number Diff line change 66 "author" : " Dependency Check" ,
77 "license" : " Apache-2.0" ,
88 "dependencies" : {
9- "azure-pipelines-task-lib" : " ^4.10 .1" ,
9+ "azure-pipelines-task-lib" : " ^4.13 .1" ,
1010 "decompress" : " ^4.2.1" ,
1111 "typed-rest-client" : " ^1.8.11"
1212 },
Original file line number Diff line number Diff line change 1313 "Patch" : 0
1414 },
1515 "demands" : [],
16- "minimumAgentVersion" : " 2.0 .0" ,
16+ "minimumAgentVersion" : " 2.144 .0" ,
1717 "inputs" : [
1818 {
1919 "name" : " projectName" ,
198198 "Node16" : {
199199 "target" : " dependency-check-build-task.js" ,
200200 "argumentFormat" : " "
201+ },
202+ "Node20" : {
203+ "target" : " dependency-check-build-task.js" ,
204+ "argumentFormat" : " "
201205 }
202206 }
203207}
You can’t perform that action at this time.
0 commit comments