sindrel/End-of-Life GitHub Action

Identifies the End-of-life (EoL) dates for products, using the endoflife.date API.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
productThe product id (see the URL on https://endoflife.date).yes
file_pathPath to the file containing the version information.no""
file_keyKey used to extract the version from the file if YAML or JSON (e.g. 'image.tag').no""
file_formatFormat of the file containing the version information.noyaml
versionIf not using a file, the version can be provided directly.no""
regexRegular expression to capture a group in any file.no""
fail_on_eolWhether to fail if the end-of-life date has passed.nofalse
fail_days_leftFail the action if the end-of-life date is less than this number of days away.no
namedescription
end_of_lifeWhether the end-of-life date has passed or not.
versionThe version extracted from file (if not provided).
days_until_eolThe number of days until the end-of-life date (negative if passed).
text_summaryA brief summary of the end-of-life status.