README.md in cfn-guardian-0.3.3 vs README.md in cfn-guardian-0.3.4
- old
+ new
@@ -494,11 +494,11 @@
# ssm parameter path for the password for the private key
PrivateKeyPass: /ssm/path/privatekey/password
# optionally set a file to check its existence and test the time it takes to get the file
File: file.txt
# optionally check for a regex match pattern in the body of the file
- FileRegexMatch: ok
+ FileBodyMatch: ok
```
#### InternalSFTP
CloudWatch Namespace: `InternalSftpCheck`
@@ -523,10 +523,10 @@
ServerKey: public-server-key
Password: /ssm/path/password
PrivateKey: /ssm/path/privatekey
PrivateKeyPass: /ssm/path/privatekey/password
File: file.txt
- FileRegexMatch: ok
+ FileBodyMatch: ok
```
#### TLS
CloudWatch Namespace: `TLSVersionCheck`