Yelp / detect-secrets

An enterprise friendly way of detecting and preventing secrets in code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Permanent Allowlisting for specific values?

t0t4lly-l3g1t opened this issue · comments

Good day,

Is there a way for me to create a whitelist / permanent allow list for values I want detect secrets to always ignore?

As an example if I have a file that I use for local dev, and it makes use of a password can I add it to a whitelist as opposed to always having to inline//pragma: allowlist secret after it? Is this something that I could add to the .secrets.baselinse after it is generated?

Thank you.