Support for external backend or DB to store generated SBOM files and vulnerability reports #1782
LesSyner
started this conversation in
Development
Replies: 1 comment 2 replies
-
@LesSyner I would suggest to use our webhook integration to leverage such solution. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to ask for new feature to be implemented - support for external backend or DB to store generated SBOM files and vulnerability reports. The reason for this is quite general - while running trivy-operator and processing images we discovered that some images don't have vulnerability report or/and SBOM files due to k8s limits regarding object size. For PaaS k8s deployments it's hard limit which cannot be changed. So IMO the only solution to have SBOM or/and vulnerability reports for all images is to implement feature which will enable some form of backend component (native for trivy-operator or general DB like Postgres) to store all produced vulnerability reports or/and SBOM files. This architectural change will be IMO beneficial also for trivy-operator itself allowing more flexibility in implementation by delegating some functionalities to specialised components.
Beta Was this translation helpful? Give feedback.
All reactions