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

Reintroduce io.Writer support for output #5560

Closed
knqyf263 opened this issue Nov 13, 2023 · 0 comments · Fixed by #5564
Closed

Reintroduce io.Writer support for output #5560

knqyf263 opened this issue Nov 13, 2023 · 0 comments · Fixed by #5564
Assignees
Milestone

Comments

@knqyf263
Copy link
Collaborator

Description

The recent changes introduced in PR #4842, which involved updating the output handling to be internally stored as a string, have affected tools that integrate Trivy (such as Trivy Premium) by removing their ability to pass an io.Writer. This issue has surfaced with a need to re-implement support for io.Writer to ensure compatibility and functionality for these external tools. The proposed update would restore the capability for external integrations to pass an io.Writer.

@knqyf263 knqyf263 added this to the v0.48.0 milestone Nov 13, 2023
@knqyf263 knqyf263 self-assigned this Nov 13, 2023
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

Successfully merging a pull request may close this issue.

1 participant