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
I'm trying to perform an upload of an SBOM to the DependencyTrack using CURL - the request is successful and gives me a token in the response, but the SBOM components doesn't actually end up in the project.
As a response, I received an HTTP success code, and:
{"token":"7f61a256-057a-4cab-a7d2-fafc37fb086e"}
Which indicates to me that the upload should have worked. But unfortunately, none of the components from the SBOM display on the DependencyTrack website. We have previously uploaded SBOM generated by cyclone DX the same way, the components have shown up fine.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to perform an upload of an SBOM to the DependencyTrack using CURL - the request is successful and gives me a token in the response, but the SBOM components doesn't actually end up in the project.
My request looks like:
As a response, I received an HTTP success code, and:
{"token":"7f61a256-057a-4cab-a7d2-fafc37fb086e"}
Which indicates to me that the upload should have worked. But unfortunately, none of the components from the SBOM display on the DependencyTrack website. We have previously uploaded SBOM generated by cyclone DX the same way, the components have shown up fine.
Do you have any idea what I'm doing wrong here?
Beta Was this translation helpful? Give feedback.
All reactions