We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
detect-secrets
Based on the conversation in Yelp/detect-secrets#334, we should replace existing dummy values like asdf1234**** with one of the already-defined false-positive values, like dummy_secret, dummy_value or thisisnotasecret. List of defined false-positive text values here: https://github.com/Yelp/detect-secrets/blob/master/detect_secrets/plugins/keyword.py#L50
asdf1234****
dummy_secret
dummy_value
thisisnotasecret
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Based on the conversation in Yelp/detect-secrets#334, we should replace existing dummy values like
asdf1234****
with one of the already-defined false-positive values, likedummy_secret
,dummy_value
orthisisnotasecret
. List of defined false-positive text values here: https://github.com/Yelp/detect-secrets/blob/master/detect_secrets/plugins/keyword.py#L50The text was updated successfully, but these errors were encountered: