From 74780ab8ecce6e11dfdccf51b785c74f50f6bddd Mon Sep 17 00:00:00 2001 From: dandds Date: Wed, 28 Aug 2019 15:57:18 -0400 Subject: [PATCH] update README with detect-secrets command that does not add unused plugins --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffe17fab..6fc01982 100644 --- a/README.md +++ b/README.md @@ -275,7 +275,7 @@ This project uses [detect-secrets](https://github.com/Yelp/detect-secrets) to he If you need to check in a file that raises false positives from `detect-secrets`, you can add it to the whitelist. Run: ``` -pipenv run detect-secrets scan --update .secrets.baseline +pipenv run detect-secrets scan --no-aws-key-scan --no-stripe-scan --no-slack-scan --no-artifactory-scan --update .secrets.baseline ``` and then: