Trying to integrate Dependency track with azure devops and currently we are using bitbucket to dependency track.
I have installed the https://marketplace.visualstudio.com/items?itemName=GSoft.dependency-track-vsts this extension already in my project.
Not sure where i can find the extension in azure devops and not sure how to use this extension and complete my integration with Azure Devops.
Regards, Shan
Installed extension in azure devops project and trying to find the BOM file and YML file to make use of this extension.
Dependency track - https://docs.dependencytrack.org/usage/cicd/
It's a pipeline task extension, it adds the "
Upload a BOM file to Dependency Track" task to DevOps. You can find the task when creating a pipeline.For the inputs, you can reference the Parameters descripted in the extension overview page or this GitHub page.
For the usages, you can reference the pipeline samples mentioned in the extension overview page or this GitHub page.
Basic Usage Example:
To understand the Dependency-Track you can reference the following threads:
UPDATE:
I created a C# project and referenced the vulnerable nuget package
[email protected]. The vulnerability can be seen after the bom file is uploaded to DT. You can have a try for that.Yaml for your reference: