You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The extension doesn't seem to find a .trivyignore file in the root of the workspace. If I run the extension with DEBUG enabled I don't see a mention that it found the .trivyignore.
However if I run the command in the terminal for the same location, it behaves as expected.
The text was updated successfully, but these errors were encountered:
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.
The extension doesn't seem to find a
.trivyignore
file in the root of the workspace. If I run the extension with DEBUG enabled I don't see a mention that it found the.trivyignore
.However if I run the command in the terminal for the same location, it behaves as expected.
The text was updated successfully, but these errors were encountered: