Skip to content

feat: Add a function for generating a checksum of repository contents

This adds a helper function that can be used for generating a checksum based on the contents of a git repo. The initial use-case is to provide proof that a given repositories contents could not be pulled during a zonal outage event, and then show that the contents have not changed after a restore operation.

Merge request reports