BUG: Extension doesn't pick up `.trivyignore` file
Opened this issue · 3 comments
gmeans commented
invisibleninja06 commented
Just confirming that i also am experiencing the same behavior.
trivy 0.49.1
vs code 1.86.2
No mention of my .trivyignore
file in the debug logs
maritiren commented
I am experiencing the same. I am using a workspace of several repos where each has a trivyignore file.
version 0.52.2
No mentions of trivyignore here either.
acdha commented
We use things like Terraform modules which have embedded examples which Trivy will flag as security issues even though they're not used or referenced by our code in any way. Our CLI usage uses a trivy.yaml file (along with a .trivyignore
file) which I was hoping to be able to configure the extension to use as well.