Skip to content
New issue

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

Trivy Operator Sbom Reports on Dependency track visualisation based on Container #11

Open
pavithra24 opened this issue Mar 14, 2024 · 1 comment

Comments

@pavithra24
Copy link

I would like to analyze the SBOM reports generated by the Trivy operator in Dependency Track. However, I am encountering difficulty in associating these reports with their respective containers, as the information indicating the source container is not readily apparent within the Dependency Track tool.

Please let me know is there a way to visualise the reports on dependency track which is generated from trivy operator with container name in dependency-graph may be.

Let me know if there's any solution this.

@takumakume
Copy link
Owner

Is it important to track the container itself?
Assuming that the combination of container image name and tag is unique and reproducible, wouldn't tracking the image be sufficient?

If so, the following can be configured

  -e DT_PROJECT_NAME="[[.sbomReport.report.artifact.repository]]"
  -e DT_PROJECT_VERSION="[[.sbomReport.report.artifact.tag]]"

If you have a use for which you would like to track the container itself, we may be able to support you if you can provide more details about the backstory.

Sorry for the delay in responding.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants