dangerzone/dangerzone/updater
Alexis Métaireau c405eb9c1d
Provide an is_update_available function
This function does all the needed checks before returning `True`, making it a good external API.

Under the hood, the registry now has an `is_new_remote_image_available`
which is just for checking the presence of a new image, but doesn't do
any verirications on it, and there is also a new `check_signatures_and_logindex` that ensures that these two are valid.
2025-02-26 19:22:33 +01:00
..
__init__.py Add the ability to download diffoci for multiple platforms 2025-02-11 19:24:59 +01:00
attestations.py fixup! Publish and attest multi-architecture container images 2025-02-12 11:40:36 +01:00
cli.py FIXUP: Use exceptions to ease the flow 2025-02-26 16:22:30 +01:00
cosign.py Download and verify cosign signatures 2025-02-11 19:09:53 +01:00
errors.py fixup! Download and verify cosign signatures 2025-02-12 11:40:36 +01:00
registry.py Provide an is_update_available function 2025-02-26 19:22:33 +01:00
signatures.py Provide an is_update_available function 2025-02-26 19:22:33 +01:00