Skip to content
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

Issue with running it with a specific report #485

Closed
vpereira opened this issue Nov 24, 2023 · 4 comments
Closed

Issue with running it with a specific report #485

vpereira opened this issue Nov 24, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@vpereira
Copy link

The report you can get on my gist here: https://gist.githubusercontent.com/vpereira/7ab094748cbe5cb80bfd6017744858bb/raw/22eb73d0ec7e05312807f6d6192198441bd34a8a/trivy.json

After pulling the report, the report doesn't get loaded.

Screenshot from 2023-11-24 15-30-17

Javascript console errors:

Screenshot from 2023-11-24 15-32-19

@Morl99
Copy link
Contributor

Morl99 commented Nov 25, 2023

@vpereira thanks for the report. Could you also share the version and parameters of the trivy CLI that generated this report?

I will take a look at the specifics as soon as I find time.

@Morl99 Morl99 added the bug Something isn't working label Nov 25, 2023
@vpereira
Copy link
Author

Hi @Morl99,
Thank you for your answer!

Could you also share the version and parameters of the trivy CLI that generated this report?

I'm using their docker image, like docker run aquasec/trivy ... so i guess the newest one :)

@Morl99
Copy link
Contributor

Morl99 commented Nov 26, 2023

As far as I can see, the report is without vulnerabilities. So this is most likely the cause of the javascript errors. I will see that I cover this case with a more robust undefined check. I assume the reports work if there are vulnerabilities found?

@Morl99
Copy link
Contributor

Morl99 commented Jan 27, 2025

This has been fixed during our vue3 update, there will be an empty table if the list of vulnerabilities is empty now:

Image

@Morl99 Morl99 closed this as completed Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants