I was initially very interested in digger, because I need something like atlantis but the thought of a web-accesible server with owner-level access to my project seemed scary. Having everything in cicd seemed like a great solution. However, when I read the digger docs, I discovered that it too has a publicly accessible server, that gets autodeployed when you first run digger.<p>1. I don't like the idea of the tool creating resources I didn't explicitly tell it to create<p>2. I don't like the idea of a public endpoint for someone to pwn and get owner-level access of all my stuff.<p>It would be nice if the docs explained what the serverless backend thing does (besides the vague comment about handling webhooks), and it would be nice if there was an option that didn't require the public backend even if it means slightly degraded functionality. (github actions can be triggered by PR opened, PR updated, comment created, comment edited, merge to main, and many other things. Seems to me like that should be enough?)<p><a href="https://docs.digger.dev/readme/how-it-works" rel="nofollow noreferrer">https://docs.digger.dev/readme/how-it-works</a>