Merge pull request #1044 from dod-ccpo/secrets-readme-update

update detect-secrets command in README
This commit is contained in:
dandds 2019-08-30 12:00:50 -04:00 committed by GitHub
commit 26864a76eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: