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

Prettify output #14

Closed simar7 closed 2 years ago

simar7 commented 3 years ago

As we've now added a few more fields to the Trivy output when scanning, the table is a little wider than we initially intended it to be.

image

Acceptance Criteria: The table should fit within a reasonable amount of characters. For this we might have to change the output of the extension itself. Using templates to show information is something that should be considered.

hazcod commented 2 years ago

@simar7 Would it be possible to do in-line code suggestions natively like other linters?

simar7 commented 2 years ago

@simar7 Would it be possible to do in-line code suggestions natively like other linters?

Possibly. We haven't looked into it. If you have ideas, please feel free to submit a PR and we'll be happy to take a look.

owenrumney commented 2 years ago

I think this is resolved with the findings view? Will close