Category: Software, Security, automation

Where the world meets DevOps We suck at them—we make mistakes, lose concentration, get bored.

The code repository is watched by our pipeline with the task of testing, building and verifying a versioned artifact. This artifact is everything in our code at a moment in time.

This artifact is checksummed so we can attest to its integrity at any point, and we can validate the checksum by pulling the code and building it ourselves.

Related Articles