Replies: 1 comment 4 replies
-
Additional info:
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Trivy downloads the Java DB every time it scans a new Java image.
It ignores the cached Java DB even when the DB was downloaded less than 3 days ago (default cache timeout period).
This is leading to occasional failures due to rate-limiting:
Desired Behavior
Trivy should not download the Java DB every time it scans a new Java image. It should use the cached DB for 3 days.
Actual Behavior
This appears to be causing occasional failures due to rate limiting:
Reproduction Steps
Target
Container Image
Scanner
Vulnerability
Output Format
Table
Mode
Standalone
Debug Output
Operating System
Fedora GNU/Linux 39
Version
Checklist
trivy clean --all
Beta Was this translation helpful? Give feedback.
All reactions