From 993c05be6558bb5457a9c40986e5935cb761b751 Mon Sep 17 00:00:00 2001 From: Ara Hayrabedian Date: Sat, 13 Jun 2015 16:32:30 +0400 Subject: [PATCH] update readme to reflect that we no longer check for access keys, only secrets --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6795320..a04454e 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Add this to your `.pre-commit-config.yaml` - `check-xml` - Attempts to load all xml files to verify syntax. - `check-yaml` - Attempts to load all yaml files to verify syntax. - `debug-statements` - Check for pdb / ipdb / pudb statements in code. -- `detect-aws-credentials` - Checks for the existence of aws access keys and secrets that you have set up with the AWS cli. +- `detect-aws-credentials` - Checks for the existence of AWS secrets that you have set up with the AWS CLI. - `detect-private-key` - Checks for the existence of private keys. - `double-quote-string-fixer` - This hook replaces double quoted strings with single quoted strings.