-
-
Notifications
You must be signed in to change notification settings - Fork 583
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
Migrate Trivy integration to use Trivy's gRPC API #4065
Comments
Closes DependencyTrack#4065 Signed-off-by: nscuro <[email protected]>
Tried to implement this (current WIP state here: nscuro@2495488), but realized that Trivy indeed only exposes its gRPC services via HTTP. Blocked until the gRPC services are exposed, if the Trivy project even wants to do it. |
Nvm, the HTTP server exposed by Trivy also supports |
Closes DependencyTrack#4065 Signed-off-by: nscuro <[email protected]>
Closes DependencyTrack#4065 Signed-off-by: nscuro <[email protected]>
Closes DependencyTrack#4065 Signed-off-by: nscuro <[email protected]>
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Current Behavior
The recent breaking changes in our Trivy integration were caused by the fact that we use the HTTP API, which Trivy generates based on gRPC / Protobuf definitions. It does not actively support this API, and the team might remove it soon-ish: aquasecurity/trivy#7329 (reply in thread)
Proposed Behavior
Migrate to Trivy's gRPC API. Client code can be generated based on Trivy's
.proto
definitions:Checklist
The text was updated successfully, but these errors were encountered: