Skip to content
Latchkey

Checksum - CI/CD Glossary Definition

A checksum is a fixed-size value computed from a file with a hash function (such as SHA-256) that changes if even one byte of the file changes, used to detect corruption or tampering.

In CI

Publishing a .sha256 file next to each artifact lets consumers run sha256sum -c to confirm a download is intact and unmodified before using it.

Related guides

Tired of flaky CI? Latchkey auto-heals failed jobs and retries them for you. Start free →