-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Add HTTP support for downloading HTTP #7891
Comments
@knqyf263 |
Since we found mirror.gcr.io, we need to discuss it again. |
Why is it related? How does it prevent the addition of HTTP support? |
We planned to host the vulnerability database on GitHub Releases or things like that, and this feature was supposed to help since we needed to download it via HTTP. However, we found another OCI registry, and OSS users no longer need this feature. We should discuss whether we should add this feature even if OSS users will not benefit from that. |
This issue suggests another option for downloading the DBs vuln, checks, etc.). |
All features are nice to have. But adding new features more or less increases maintenance costs. And it's hard to drop it once we add it. |
Description
Adding HTTP support for downloading DBs in addition to OCI. If the DB repository starts with
http://
orhttps://
, Trivy downloads DBs via HTTP as below.OCI and HTTP locations can be used together.
The text was updated successfully, but these errors were encountered: