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

Speed up ebs scanning #3350

Open
5 tasks
masahiro331 opened this issue Dec 29, 2022 · 1 comment
Open
5 tasks

Speed up ebs scanning #3350

masahiro331 opened this issue Dec 29, 2022 · 1 comment
Assignees
Labels
kind/feature Categorizes issue or PR as related to a new feature. priority/backlog Higher priority than priority/awaiting-more-evidence.

Comments

@masahiro331
Copy link
Collaborator

masahiro331 commented Dec 29, 2022

EBS Scan calls EBS API and fetches the EBS blocks in a single thread.
I'd like to parallelize the fetch of EBS Block for these speedups.

To parallelize the fetch for ebs blocks, trivy needs to thread-safe parse in the filesystem and virtual disk.

Tasks

@masahiro331 masahiro331 added the kind/feature Categorizes issue or PR as related to a new feature. label Dec 29, 2022
@masahiro331 masahiro331 self-assigned this Dec 29, 2022
@github-actions
Copy link

This issue is stale because it has been labeled with inactivity.

@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 May 10, 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 May 15, 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
Status: No status
Development

No branches or pull requests

2 participants