From efc5b9ecc12e8feeba6418ca18acc6dd7808c95d Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Sun, 28 Oct 2018 12:05:42 -0700 Subject: [PATCH] Add missing parameter --allow-missing-credentials --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ddf5776..b848ce6 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,8 @@ Add this to your `.pre-commit-config.yaml` - `--credentials-file` - additional AWS CLI style configuration file in a non-standard location to fetch configured credentials from. Can be repeated multiple times. + - `--allow-missing-credentials` - Allow hook to pass when no credentials are + detected. - `detect-private-key` - Checks for the existence of private keys. - `double-quote-string-fixer` - This hook replaces double quoted strings with single quoted strings.