You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Please use `build_in_docker = true` and build inside docker for avoid nassl prob
33
33
| certificate_expiration_notice_days | Days prior to the notification of the expired certificate. |`string`|`"7"`| no |
34
34
| cloudwatch_logs_retention_in_days | Specifies the number of days you want to retain log events in the specified log group. Possible values are: 1, 3, 5, 7, 14, 30, 60, 90, 120, 150, 180, 365, 400, 545, 731, 1827, and 3653. |`number`|`14`| no |
35
35
| function_name | Lambda function name. |`string`|`"ssl-checker"`| no |
36
-
| hostnames | The list of DNS names that should be monitored. e.g.: [\"example.com\"]. |`list(string)`|| yes |
36
+
| hostnames | The list of DNS names that should be monitored. Path is also supported. e.g.: [\"example.com\",\"example.com/api\"]. |`list(string)`|| yes |
37
37
| health_check_matcher | The response HTTP codes to use when checking for a healthy responses from a hostnames. e.g.: \"200,201,202-399\". |`string`|`"200-399"`| no |
38
38
| scan_commands | List of scan commands types witch will run against hostnames. Any type supported by [SSLyze](https://nabla-c0d3.github.io/sslyze/documentation/available-scan-commands.html). |`list(string)`|`["certificate_info", "robot", "tls_compression", "tls_fallback_scsv", "heartbleed","http_headers", "openssl_ccs_injection", "session_renegotiation", "tls_1_1_cipher_suites","tls_1_2_cipher_suites", "tls_1_3_cipher_suites"]`| no |
39
39
| schedule_expression | The scheduling expression. How often check hostnames. For example, `cron(0/5 * * * ? *)` or `rate(5 minutes)`. |`string`|`"cron(0/5 * * * ? *)"`| no |
@@ -65,3 +65,14 @@ Configuration is done via env variables
0 commit comments