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

plugin as output option #4860

Closed
knqyf263 opened this issue Jul 23, 2023 Discussed in #4451 · 0 comments · Fixed by #4863
Closed

plugin as output option #4860

knqyf263 opened this issue Jul 23, 2023 Discussed in #4451 · 0 comments · Fixed by #4863
Assignees
Labels
kind/feature Categorizes issue or PR as related to a new feature. priority/backlog Higher priority than priority/awaiting-more-evidence.
Milestone

Comments

@knqyf263
Copy link
Collaborator

knqyf263 commented Jul 23, 2023

Description

As most plugins are used to post-process trivy's output (format it/send it somewhere), we want to allow invoking plugins as output options. This is supposed to address community requests to support more and more output formats and destinations, which can now be implemented by the community.

Before:

trivy image alpine | trivy plugin defectdojo --url=https://something

After:

trivy image alpine --output plugin=defectdojo,args_url=https://something

Discussed in #4451

@knqyf263 knqyf263 added the kind/feature Categorizes issue or PR as related to a new feature. label Jul 23, 2023
@knqyf263 knqyf263 self-assigned this Jul 23, 2023
@github-actions github-actions bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and will be auto-closed. label Sep 22, 2023
@knqyf263 knqyf263 added priority/backlog Higher priority than priority/awaiting-more-evidence. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and will be auto-closed. labels Sep 26, 2023
@knqyf263 knqyf263 added this to the v0.48.0 milestone Nov 14, 2023
@aquasecurity aquasecurity deleted a comment from github-actions bot Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature. priority/backlog Higher priority than priority/awaiting-more-evidence.
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant