1Password / op-vscode

1Password for VS Code
https://marketplace.visualstudio.com/items?itemName=1Password.op-vscode
MIT License
209 stars 11 forks source link

Allow patterns for secret detection to be customized #171

Open jodyheavener opened 9 months ago

jodyheavener commented 9 months ago

Summary

We maintain a list of regular expressions to help detect secrets within your open files in VS Code. There will always be room to expand this list, and in some the extension may encounter a false positive. It would be nice if an individual could customize this list to not disable certain patterns, but add their own pattern.

Use cases

Proposed solution

Add two new settings:

Is there a workaround to accomplish this today?

No