We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there,
currently Harbor generates a trivy SPDX SBOM: https://goharbor.io/docs/edge/administration/sbom-integration/
We would prefer CycloneDX over SPDX json as it is more widely adopted.
In our special case, we would like to sync SBOMs generated in Harbor to Dependency-Track.
Trivy is already capable of generating a CycloneDX SBOM from docker images, so I hope a neat solution is not too complex to implement.
BTW: is there already an API endpoint for downloading SBOMs?
Thanks for your efforts in advance.
The text was updated successfully, but these errors were encountered:
I think there is no direct API endpoint for downloading SBOMs. but you can download it by using
curl -X GET https://<your-harbor-domain>/api/v2.0/projects/<project-name>/repositories/<repo-name>/artifacts/<artifact-digest>/additions/sbom
Sorry, something went wrong.
No branches or pull requests
Hi there,
currently Harbor generates a trivy SPDX SBOM: https://goharbor.io/docs/edge/administration/sbom-integration/
We would prefer CycloneDX over SPDX json as it is more widely adopted.
In our special case, we would like to sync SBOMs generated in Harbor to Dependency-Track.
Trivy is already capable of generating a CycloneDX SBOM from docker images, so I hope a neat solution is not too complex to implement.
BTW: is there already an API endpoint for downloading SBOMs?
Thanks for your efforts in advance.
The text was updated successfully, but these errors were encountered: