Replies: 2 comments
-
Upgrade of the version didn't solve the issue:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello @KMikkey I created #6218 for this task. Regards, Dmitriy |
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
After use of below command
trivy image -d --java-db-repository gitlab.example.com:4444/app/core-app/trivy-java-db:latest
this error appear
ERROR Unable to initialize the Java DB: Java DB update failed: Java DB update error: DB download error: repository name error (gitlab.example.com:4444/app/core-app/trivy-java-db:latest:1): could not parse reference: gitlab.example.com:4444/app/core-app/trivy-java-db:latest:1
Desired Behavior
Download of java-db from repository.
Actual Behavior
Download of java-db is not possible due to add of ":1" to the URL.
Reproduction Steps
Target
Container Image
Scanner
Vulnerability
Output Format
JSON
Mode
Standalone
Debug Output
Operating System
CentOS7
Version
Checklist
trivy image --reset
Beta Was this translation helpful? Give feedback.
All reactions