Add detect_secret_token

This commit is contained in:
Max R 2023-09-06 13:24:58 -04:00
parent 8ef58bed01
commit d4eb9ec4d7
5 changed files with 87 additions and 0 deletions

View file

@ -107,6 +107,9 @@ The following arguments are available:
#### `detect-private-key`
Checks for the existence of private keys.
#### `detect-secret-token`
Checks for the existence of RFC 8959 `secret-token`.
#### `double-quote-string-fixer`
This hook replaces double quoted strings with single quoted strings.