You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: overview.md
+17-11Lines changed: 17 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,16 @@ Dependency-Check is a software composition analysis utility that identifies proj
4
4
5
5
The OWASP Dependency Check Azure DevOps Extension enables the following features in an Azure Build Pipeline:
6
6
7
-
- Software composition analysis runs against package references during each build
7
+
- Software composition analysis runs against package references during build on both Windows and Linux build agents.
8
8
9
9
- Export vulnerability data to HTML, JSON, XML, CSV, JUnit formatted reports
10
10
11
11
- Download vulnerability reports from the build's artifacts
12
12
13
+
## GitHub Repository
14
+
15
+
The extension maintainers do not monitor the Marketplace Question & Answers. please use the [Azure DevOps Dependency Check](https://github.com/dependency-check/azuredevops) repository for questions, issues, or enhancements.
16
+
13
17
## Installation and Configuration
14
18
15
19
- Install the [OWASP Dependency Check](https://marketplace.visualstudio.com/items?itemName=dependency-check.dependencycheck) extension into your Azure DevOps Organization.
@@ -20,53 +24,53 @@ The OWASP Dependency Check Azure DevOps Extension enables the following features
20
24
21
25
- Press the **+** icon to add a new **OWASP Dependency Check** build task.
- Configure the build task with the appropriate [Dependency Check Command Line Arguments](https://jeremylong.github.io/DependencyCheck/dependency-check-cli/arguments.html).
- Dependency Check supports exporting the results to JUNIT formatted test results. To parse the JUNIT test results, create a new **Publish Test Results** build task with the following configuration.
More details on configuring and running Dependency Check can be found at [https://jeremylong.github.io/DependencyCheck/](https://jeremylong.github.io/DependencyCheck/).
66
70
67
71
## Supported Environments
68
72
69
-
- Azure DevOps Agents must be running a Windows agent with Powershell to execute the build task.
73
+
-The Dependency Check Azure DevOps extension has been converted to TypeScript as of version 6.0. With this update, both Linux and Windows build agents are supported.
70
74
71
75
## Contributors
72
76
@@ -77,3 +81,5 @@ The following contributor(s) help maintain the Azure DevOps extension:
77
81
- Eric Johnson ([@emjohn20](https://twitter.com/emjohn20)) - Principal Security Engineer, Puma Security
0 commit comments