Hi all. I'm working on an idea and it requires trust. So I have a public git repo where my source code goes, and my web site deployments pick up the source from there. However, I am worried people will just think "ok, this source looks safe, but how do I know your service is using this source and not a slightly modified malicious version?"
I know with client software they can use a checksum to check this, but is there some way to do this for a web site?