fatihtokus / scan2html

A Trivy plugin that scans and outputs the results (vulnerabilities, misconfigurations, secrets, SBOM in containers, Kubernetes, code repositories, clouds and more) to an interactive html file.
Apache License 2.0
28 stars 4 forks source link

Secrets are not displaying in UI #52

Closed prasenjitsh closed 1 month ago

prasenjitsh commented 1 month ago

I have generated the HTML however, the secrets are not being displayed in the UI.

Command used: trivy scan2html fs --scanners vuln,secret,misconfig . interactive_report.html

Trivy version : 0.51 & 0.52

Expected behaviour: secrets should also display

fatihtokus commented 1 month ago

Hi @prasenjitsh ,

Thanks for reporting this, we will investigate and revert back to you soon.

Regards, Fatih

fatihtokus commented 1 month ago

Hi @prasenjitsh ,

Your issue has been addressed in the latest release. Could you please give us a star for support?

Regards, Fatih

prasenjitsh commented 1 month ago

Thanks. It's working as expected.