actions-marketplace-validations/SSL/TLS Monitor
Monitor SSL/TLS certificates for your domains.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Mar 28, 2025
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/zrosenbauer_tls-monitor@a312a13580f9ef9010d1589c02569ec15bf79c67 # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| domain | The domain to monitor, i.e. example.com. | yes | — |
| expiration_days | The number of days prior to expiration to trigger an alert, MUST be a valid integer. | no | 7 |
| approved_protocols | (Optional) A common separated list of supported protocols, MUST be one of - SSLv3,TLSv1,TLSv1.1,TLSv1.2,TLSv1.3. | no | TLSv1.2,TLSv1.3 |
| alert_method | (Optional) Any detected issues will be alerted to this remote system (alert_method), MUST be one of - slack. | no | — |
| alert_token | The API token or Webhook URL used to alert the remote system (alert_method). | no | — |
Outputs
| name | description |
|---|---|
| protocol | A common separated list of supported protocols - SSLv3, TLSv1, TLSv1.1, TLSv1.2 or TLSv1.3. |
| valid_to | The validTo date for the certificate in ISO-8601 format (i.e. 2021-01-01T10:20:11Z). |
| valid_from | The validFrom date for the certificate in ISO-8601 format (i.e. 2021-01-01T10:20:11Z). |
| error_message | A short description of the issue if an issue is found. |