aquasecurity / trivy

Find vulnerabilities, misconfigurations, secrets, SBOM in containers, Kubernetes, code repositories, clouds and more
https://aquasecurity.github.io/trivy
Apache License 2.0
22.78k stars 2.25k forks source link

Speed up ebs scanning #3350

Open masahiro331 opened 1 year ago

masahiro331 commented 1 year ago

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

github-actions[bot] commented 1 year ago

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