aquasecurity / trivy-vscode-extension

A VS Code Extension for Trivy
https://marketplace.visualstudio.com/items?itemName=AquaSecurityOfficial.trivy-vulnerability-scanner
Apache License 2.0
109 stars 18 forks source link

bugfix: for secrets unable to dispaly complete list in treeview #48

Closed srinivasKandukuri closed 9 months ago

srinivasKandukuri commented 9 months ago

We are able to identify the secrets in scanning, but while displying the treeview we are always getting first element in the list and displaying. Now this got fixed.

Before changes image

After Changes image