absaoss/Validate Certificates
Validate multiple SSL/TLS certificates from a JSON array and summarize results with subject-grouped expiry detection.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 4, 2026
- License
- Apache 2.0
Pinned Snippet
uses: absaoss/validate-certificates@ee7d0eb937038585c144f5220b4747d2ea771e8d # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| certificates | JSON array of certificate file paths to validate | yes | — |
| warning_days | Number of days before expiration to show warning | no | 30 |
| fail_on_warn | Whether to fail the action if any certificate(s) is nearing expiry (true/false) | no | false |
Outputs
| name | description |
|---|---|
| result | Overall validation result: pass, warn, or fail |
| fail_count | Number of certificates that failed validation with no valid replacement |
| warn_count | Number of certificates nearing expiry with no newer replacement |