Hi,
I just watched the "Get Started with Dagger Node.js SDK video and I now can see how we can possibly use Dagger for a problem that wasn't yet solved in our "dream platform".
So, I have two questions:
-
In our future platform, the developers will be using Git for version control, of course. And, we think we could use Dagger for specific platform testing above and beyond normal app testing, like sniffing for evil code aka a trusted code process like making sure there are no database calls in loops or code doing exec calls that are 100% unnecessary. Is there a way to have this test code be local to the container Dagger fires up and far away from the dev's fingers?
-
A bit less a subject for Dagger, but is there a known way to have Dagger code in a repository that is basically managed to a point by the platform, but where the dev can also get read only access? In other words, if the dev tries to mess with the Dagger code, the system will basically tell the dev they are doing something terribly wrong and to stop it? ๐ The idea being, the Dagger code is not their responsibility. We've come up with some ideas on this, as we have other "code" in the application repository we need to protect as "platform specific", but I was just wondering if this was possibly thought of and maybe even done before.
