Assume I have an open-source github repo, and I offer paid services, using a solution in that repo.
Is there a way I can prove, that the online service really uses the code/release from that repo, without modifications/additions, etc?
Ideally, I am lookin for some form of cryptographic proof, not a "third-party review" or "bounty program". This is valuable, in case the nature of those services is secure, and each user would want to be able to review the code and ensure, that the specific, unchanged version of the code is powering the services. We can assume running a docker image inside AWS ECS or similar service, so that we avoid all platform-dependent differnces.