Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Repository for the Azure DevOps extension wrapper around the OWASP Dependency Ch

## Build & Deploy Instructions

See the [Build README.md](./build/README.md) file for details on building and deploying.
See the [Build README.md](./build/pipeline/README.md) file for details on building and deploying.
2 changes: 1 addition & 1 deletion Tasks/DependencyCheck/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": "Dependency Check",
"license": "Apache-2.0",
"dependencies": {
"azure-pipelines-task-lib": "^4.10.1",
"azure-pipelines-task-lib": "^4.13.1",
"decompress": "^4.2.1",
"typed-rest-client": "^1.8.11"
},
Expand Down
6 changes: 5 additions & 1 deletion Tasks/DependencyCheck/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"Patch": 0
},
"demands": [],
"minimumAgentVersion": "2.0.0",
"minimumAgentVersion": "2.144.0",
"inputs": [
{
"name": "projectName",
Expand Down Expand Up @@ -198,6 +198,10 @@
"Node16": {
"target": "dependency-check-build-task.js",
"argumentFormat": ""
},
"Node20": {
"target": "dependency-check-build-task.js",
"argumentFormat": ""
}
}
}