Skip to content

Parent - Child project relation in DT - help needed! (v.4.10.1) #3396

Closed Answered by ArtWachowski
ArtWachowski asked this question in Q&A
Discussion options

You must be logged in to vote

In order to update SBOM file to existing project / not to create a new project for every version / the following command need to be used.

curl -X "POST" " http://dtrack/api/v1/bom" \ -H 'Content-Type: multipart/form-data' \ -H "X-Api-Key: KEY" \ -F "project=UUID" \ -F "bom=@/root/MYFILE.sbom"

This aligns perfectly fine with my requirement of monitoring the latest version and preserving audit info in DT tool.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ArtWachowski
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant