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

Ignore everything in .gitignore #43

Open h3b4r1 opened 1 year ago

h3b4r1 commented 1 year ago

It would be good to have the plugin look at .gitignore and only scene files not found there, as it is there are a lot of false positives coming up as it scans the .vscode directory and other files or directories that are not part of the repo, eg local variables files used for testing etc