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
In #132 a keyword exclude option was added, but we didn't write what it was to the baseline. This is problematic because e.g. detect-secrets scan --update .secrets.baseline will re-scan and never use the keyword exclude.
I realized this before releasing 0.12.1 but thought it was pretty low priority, as it is mostly used to enable us to not have to bump detect-secrets and detect-secrets-server versions to make additions to the FALSE_POSITIVES dictionary in the keyword plugin, and sync it upstream asynchronously.
The text was updated successfully, but these errors were encountered:
This removes the hard-coded PluginDescriptors, as well as the associated
hard-coded tests that needed to be changed with the addition of a new
plugin.
In doing so, this also addresses #146.
In #132 a keyword exclude option was added, but we didn't write what it was to the baseline. This is problematic because e.g.
detect-secrets scan --update .secrets.baseline
will re-scan and never use the keyword exclude.I realized this before releasing 0.12.1 but thought it was pretty low priority, as it is mostly used to enable us to not have to bump
detect-secrets
anddetect-secrets-server
versions to make additions to theFALSE_POSITIVES
dictionary in the keyword plugin, and sync it upstream asynchronously.The text was updated successfully, but these errors were encountered: