Parent - Child project relation in DT - help needed! (v.4.10.1) #3396
-
Hi, I am using following command:
(I always get "description" : "The project could not be found" when I remove "autoCreate=true") The result is as follows: The parent displays 0 and 0, and I am unable to audit one CVE "globally" - I hope this makes some sense. Hence, I am not sure what I do wrong, if I add the "child" in wrong way or I simply got carried away with my expectations. Could someone please point me to correct way. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
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.
This aligns perfectly fine with my requirement of monitoring the latest version and preserving audit info in DT tool. |
Beta Was this translation helpful? Give feedback.
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.