Replies: 1 comment
-
I believe it is the same issue as #5441. We're cutting v0.46.1 now. Please let us know v0.46.1 doesn't fix your problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
We are using trivy to scan images in our gitlab pipeline using the public.ecr.aws/aquasecurity/trivy:latest-arm64 image. When these scans are run we have been getting an error that it can't file the trivy-java.db library.
The runners that these pipelines execute on have full access to download the library and manually trying to download it works without any issues.
Desired Behavior
Scan completes successfully
Actual Behavior
It fails with an error with the trivy-java.db
Reproduction Steps
Target
None
Scanner
None
Output Format
None
Mode
None
Debug Output
Operating System
trivy:latest-arm64
Version
Checklist
trivy image --reset
Beta Was this translation helpful? Give feedback.
All reactions