We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efc5b9e commit 4b8eb6fCopy full SHA for 4b8eb6f
1 file changed
README.md
@@ -58,9 +58,9 @@ Add this to your `.pre-commit-config.yaml`
58
- `detect-aws-credentials` - Checks for the existence of AWS secrets that you
59
have set up with the AWS CLI.
60
The following arguments are available:
61
- - `--credentials-file` - additional AWS CLI style configuration file in a
62
- non-standard location to fetch configured credentials from. Can be repeated
63
- multiple times.
+ - `--credentials-file CREDENTIAL_FILES` - additional AWS CLI style
+ configuration file in a non-standard location to fetch configured
+ credentials from. Can be repeated multiple times.
64
- `--allow-missing-credentials` - Allow hook to pass when no credentials are
65
detected.
66
- `detect-private-key` - Checks for the existence of private keys.
0 commit comments