-
Notifications
You must be signed in to change notification settings - Fork 217
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
/version endpoint issue #1709
Comments
Aftere a while i got: {
"Version": "0.47.0",
"VulnerabilityDB": {
"Version": 2,
"NextUpdate": "2023-12-21T12:11:54.970173949Z",
"UpdatedAt": "2023-12-21T06:11:54.97017452Z",
"DownloadedAt": "2023-12-21T06:23:21.793777085Z"
}
} Still missing java db |
After manual sync for java db into /home/scanner/.cache/trivy/java-db/ i can see metadata parsed correctly. Seems like java db can't be downloaded for some reasons by server itself. |
@gerbil you are setting client/server mode ? JavaDB is downloaded on client side not server side |
Yeap, unfortunately.. is there any chance to overcome this and use server side download (even manualy) JavaDB? |
not sure if trivy support it, can you open a issue on trivy and we could pick it from there ? |
@gerbil this is the ref in |
What steps did you take and what happened:
/version
server get callWhat did you expect to happen:
curl -s 0.0.0.0:8080/version | jq
Result:
curl -s 0.0.0.0:8080/version | jq
Log:
The text was updated successfully, but these errors were encountered: